chrome-web-store

Publishing Google Sheet Addon- api_console_project_id error

你离开我真会死。 提交于 2019-12-21 05:47:14
问题 I am trying to publish Google Sheet Addon just of users of my domain to install manually (not auto install for all users) I've extracted my code from Google Sheets into a stand-alone script and try to deploy: Which pops up a Chrome Store Listing draft; which I fill out: I fill out the long Chrome Store Listing form but when I publish I get: "There is no API Console project with the id specified in the manifest's api_console_project_id field." My understanding is if you write your code in

How can I see the number of total installs for my chrome extension?

陌路散爱 提交于 2019-12-21 04:40:44
问题 I'm distributing a chrome extension through the Chrome web store and I'm having trouble finding anyplace where the web store tells me how many "total installs" my extension has. I want to be able to know how many people in total have installed my extension since I first uploaded it. Some quick searching on google yielded the following article in the google help section, but I can't find a "details" page that actually shows the "weekly installs" figure. Check it out here. In addition, there's

How to link to chrome extension like Chrome Web Store?

空扰寡人 提交于 2019-12-20 10:34:55
问题 I'd like to self host a chrome extension on my own site but would like the install experience to be the same as on the chrome web store. Specifically, I'd like to have a "add to chrome" button which asks the user to install the extension with one more click. Currently on self hosted extensions you have to confirm the download and then confirm the install. Here's an example of the web store: https://chrome.google.com/webstore/detail/olnconaknblgbkfgknkfmmfhhbebkekd The only reason I'd like to

Facebook login hangs at “XD Proxy” when page is installed via Chrome Web Store

你说的曾经没有我的故事 提交于 2019-12-20 08:46:31
问题 The created the following web application: http://www.web-allbum.com/ I also added it to the Chrome Web Store: https://chrome.google.com/webstore/detail/idalgghcnjhmnbgbeebpdolhgdpbcplf The problem is that when go to the Chrome Web Store and install this app the Facebook login windows hangs at a "XD Proxy" window. While the connect itself works, this blank window can confuse the users. I did my research, and this seems to be a Chrome issue: https://code.google.com/p/chromium/issues/detail?id

Apparent fake installs of Chrome extension [closed]

◇◆丶佛笑我妖孽 提交于 2019-12-20 05:42:13
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 6 years ago . We have a new extension that we built for many months and is live on the webstore. Our extension communicates with our API and we get many fake installs daily - installs that we see in our API and not in the web

Apparent fake installs of Chrome extension [closed]

删除回忆录丶 提交于 2019-12-20 05:42:09
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 6 years ago . We have a new extension that we built for many months and is live on the webstore. Our extension communicates with our API and we get many fake installs daily - installs that we see in our API and not in the web

How do I link my extension to my Android app?

别说谁变了你拦得住时间么 提交于 2019-12-19 12:49:31
问题 Chrome Web Store now shows links to Google Play for some apps and extensions: http://googlesystem.blogspot.in/2014/06/chrome-web-store-links-to-android-apps.html Can anyone suggest me the configuration that needs to be done for this? Is the integration done on our side or on the Google side? 回答1: Quoting from Francois Beaufort's G+ post on this topic: If you're wondering how to get the experimental "available for Android" link on the Chrome Web Store for your Chrome App/Extension, you have to

API call for user count in Chrome Web Store? [closed]

大兔子大兔子 提交于 2019-12-18 16:30:10
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I have an extension in the Chrome Web Store and I like knowing roughly how many people are using it via the "N users" and ratings on its page. However, I don't really like loading the whole "product" page just to see a couple of numbers and thought I'd try to make a little widget that would display it instead.

Chrome extension in app purchase always returns PURCHASE_CANCELED, even if the purchase worked

喜欢而已 提交于 2019-12-18 08:25:24
问题 This question is related to the one at Chrome Webstore Extension In App Purchase INTERNAL_SERVER_ERROR. I first posted my question there in the form of a comment, but received feedback that this was more appropriate as a separate question. Like the OP, I am using buy.js and following the recommended workflow for in-app purchases in the Chrome extension. But my results are somewhat different: when I complete the IAP buy dialog, I get back a PURCHASE_CANCELED, even though I bought the IAP. If I

Chrome extension in app purchase always returns PURCHASE_CANCELED, even if the purchase worked

谁说我不能喝 提交于 2019-12-18 08:25:23
问题 This question is related to the one at Chrome Webstore Extension In App Purchase INTERNAL_SERVER_ERROR. I first posted my question there in the form of a comment, but received feedback that this was more appropriate as a separate question. Like the OP, I am using buy.js and following the recommended workflow for in-app purchases in the Chrome extension. But my results are somewhat different: when I complete the IAP buy dialog, I get back a PURCHASE_CANCELED, even though I bought the IAP. If I