Questions tagged [webstore]

41 questions
15
votes
3 answers

Google Chrome Extension Store tester accounts-but how?

I uploaded the extension to the store, and added email address for tester accounts. I published the extension to the testers. Now what will happen? I thought Google would send them invitation mails but clearly this is not the case. ALso, how many…
cuneyt
  • 336
  • 5
  • 15
4
votes
0 answers

How can I find out the reason for Chrome Webstore extension rejection?

My Chrome Webstore Extension has been rejected, I think for one of the following reasons: It loads a script tag into the background page from an external HTTPS:// location The reason for this is that the functionality could change often/be shared…
zino
  • 1,222
  • 2
  • 17
  • 47
2
votes
2 answers

Publish to Chrome Webstore using the items.Publish API and cURL

We are developing a Chrome Extension and, as part of the release build, we want to publish it to the Chrome Webstore for testing. We are using cURL to send the http requests. Using the information in…
Jon
  • 61
  • 4
1
vote
3 answers

Chrome Web Store

Is there a way to convert my Android app for the Chrome web store? If not, has anyone seen any good tutorials for starting with that? Thank You
Aubtin Samai
  • 1,281
  • 13
  • 24
1
vote
0 answers

Chrome Webstore review delays and unable to cancel pending reviews

The Chrome Webstore has two huge problems that hurt the developer experience. Updates, even small updates, take multiple days to be reviewed. I recently pushed a small update to my extension and it took 7 days to be reviewed and approved, that’s…
1
vote
0 answers

Deleted my clients accidentally Magento 1.7

I was deleting some spam from my client list and accidentally deleted all clients from my store M1.7.0.2 I not have backup, is it possible to restore my deleted clients? Thanks in advance
1
vote
0 answers

chrome webstore - extensions statistic for more than 3 months

It seems that the statistic page for a Chrome Web Store extension (accessed from the developer dashboard - then clicking on "statistics") only display 3 months of data (in a .csv format) Is there a way to retrieve more than 3 months of data. For…
1
vote
1 answer

"Broad host permissions" webstore chrome extension publish error

i try to publish to webstore chrome extension. and in the developer area of chrome i got error. i tried add to my manifest in the premission the "activeTab" but nothing changed. this is my manifest: { "name": "scan document", "version":…
kfir
  • 732
  • 10
  • 22
1
vote
1 answer

NetSuite Webstore Correlated Items

Hi! Does anyone know how to add items on the Correlated items under webstore in the item records in NetSuite?
iDigress
  • 57
  • 1
  • 8
1
vote
0 answers

Chrome Webstore search API (inspect webstore requests failed)

I've been looking for an API that gives me Chrome WebStore search result. I send a query, and it returns the search result elements (apps/extensions). I couldn't find anything like this. EDIT As wOxxOm said, I tried to inspect the requests made by…
1
vote
0 answers

Chrome web store system error when trying to publish/deploy a google script as sheets addon (domain wide, not fully public)

we get this error when trying to deploy a Google Script as sheets addon. Things we have found out and also tested: deploying works normally in one Google apps for education domain but does not work in the two Google Apps for work domains we have…
1
vote
1 answer

Promo images rejected on Chrome Webstore

My promotional image was rejected by Google several times. What is the reason of this? I have no idea what's wrong. I prepared my promotional image according to guidelines, but still have weird alert "This small tile image has been rejected due to…
1
vote
1 answer

Display image in jsp (web store)

Im trying to display image in grid in compiere webstore JSP

Login

Silviaa
  • 475
  • 8
  • 35
1
vote
1 answer

SilverStripe custom shopping cart

I am creating a web store in SilverStripe from scratch without using a shop module. I am having trouble creating the shopping cart. If I were to make a web store without any CMS system I would create 3 tables. A User table, a Product table and an…
kwullaer
  • 35
  • 1
  • 5
1
vote
1 answer

How to trigger onDownloadProgress while installing Chrome Extension?

I would like to know how to trigger the onDownloadProgress event. I made an extension, uploaded it to the Chrome Store and followed every step detailed here: http://developer.chrome.com/webstore/inline_installation Now I'm trying to display a…
1
2 3