chrome-web-store

chrome.storage is undefined in chrome extension

醉酒当歌 提交于 2020-01-11 02:05:47
问题 I'm developing a Google Chrome extension, and have been working on one for a while. So it's been installed for a while, and I updated the manifest file to include the "storage" permission and reloaded the extension. However, when I try it in the console, chrome.storage is undefined . I restarted Chrome and still nothing. My manifest file looks like this: { ... snip ... "permissions": [ "tabs", "http://*/*", "https://*/*", "chrome://favicon/", "storage" ] } I could reinstall the application,

Can I transfer users from one Chrome web store hosted extension to another?

女生的网名这么多〃 提交于 2020-01-06 19:44:13
问题 I have 2 almost identical extensions hosted on the Chrome web store. I want to merge these extensions, Or in other words transfer users from one extension to the other. Can I do that and how? 回答1: You cant. What you can do is take the one with the least users and make it show a message offering the users to install the other one. 来源: https://stackoverflow.com/questions/20949601/can-i-transfer-users-from-one-chrome-web-store-hosted-extension-to-another

How to use both Google Drive API and the chrome web payments licensing API

谁说胖子不能爱 提交于 2020-01-04 04:14:46
问题 UPDATE to clarify the question... In attempting google drive example app Dr edit for php working in our test app which had already successfully implemented the licensing API, https://developers.google.com/chrome/web-store/docs/samples#php, we got an 'error saving' message and a syntax error from dredit.js trying to log error to console. We realized that we needed to update the existing apps manifest.json with some needed info, setting the CONTAINER to GOOGLE_DRIVE and the id from API console.

Chrome Extension - Invalid Package. Details:Can't unzip the extension

喜夏-厌秋 提交于 2020-01-02 01:47:24
问题 I worked on a chrome extension and uploaded it to chrome webstore and everything went well, I installed it on my Mac and on my Ubuntu machines in chrome it worked fine and installed. But when I try it on Windows machines, after download it popups a error message saying "Invalid Package, Can't unzip the extension". Can any one tell me why or what might be the cause for this OS specific issue. Does it have anything to do with the permission or anything with respective folder name or content?

There is no API Console project with the id specified in the manifest's api_console_project_id field

浪子不回头ぞ 提交于 2020-01-02 00:12:50
问题 I am trying to publish a spreadsheet web add-on but getting following error. There is no API Console project with the id specified in the manifest's api_console_project_id field Can anyone tell me why I am getting this error ? 回答1: Gosh... not sure why this was so hard. If Google are reading this: it'd be more user-friendly to run the various API checks before the user selects to publish their add-on and/or provide a link to the correct documentation! Then fix that super cryptic error message

Why won't my icon show up as full size on the new Chrome Web Store?

a 夏天 提交于 2020-01-01 08:52:32
问题 I have a published extension in the Chrome Web Store. Last night, the web store got an updated look, and now my icon appears really small, inside of a jigsaw puzzle piece. I followed the instructions, and uploaded a 128, 48, and 16. All three image files are PNG. My extension is the only one I have seen that is displaying in this way. What did I do wrong? 回答1: It's a feature of the store, not a problem with your listing. All extensions now show their icon inside of a jigsaw puzzle piece;

Why won't my icon show up as full size on the new Chrome Web Store?

北城以北 提交于 2020-01-01 08:51:33
问题 I have a published extension in the Chrome Web Store. Last night, the web store got an updated look, and now my icon appears really small, inside of a jigsaw puzzle piece. I followed the instructions, and uploaded a 128, 48, and 16. All three image files are PNG. My extension is the only one I have seen that is displaying in this way. What did I do wrong? 回答1: It's a feature of the store, not a problem with your listing. All extensions now show their icon inside of a jigsaw puzzle piece;

How to re-upload an extension with a deleted extension-ID?

夙愿已清 提交于 2019-12-24 14:56:50
问题 I have a chrome extension with an existing extension Id and a local update file (on our server) that is used by many users. I uploaded the extension to the extension store successfully. Seeing I needed to make some changes I deleted the extension from the store. I made the required changes and tried to upload the amended extension file again (with the same id). I got the error: ""An error occurred: Gallery system error, please try again later." I read in some forums that I should wait. I'ved

Enterprise deployment of Chrome extension on locked down Windows computers with no internet access to chrome web store

拥有回忆 提交于 2019-12-22 00:34:23
问题 For enterprise-installed Chrome extensions on Windows, is there any alternative deployment methodology which does NOT fetch the extension from the Chrome web store? Situation is that some enterprises use a locked-down network with no external internet access, and will not allow access to public Google URL from which to fetch the extension. Does anyone have any experience with Chrome browser plus extension deployments on Microsoft App-V? 回答1: Absolutely, it's possible. Though it requires a

How to detect if a userscript is installed from the Chrome Store?

浪尽此生 提交于 2019-12-21 22:56:59
问题 I want to notify the user when an update for my Greasemonkey/UserScript is available. However when the user has installed the script from the Chrome Web Store, I don't want to bother because it has auto-update functionality. I first thought about using $.browser==chrome but it is also possible that a Chrome user has installed it using Tampermonkey. (Furthermore if the site would update jQuery, $.browser would stop working) So, is it possible to detect that it is a UserScript installed through