Questions tagged [chrome-web-store]

Ask Question

The Chrome Web Store is an app store where developers can publish apps and games (either free or paid) where Google Chrome users can easily find them. Apps can be installed from the web store directly in the Chrome browser.

471 questions
3 votes 0 answers 26 views

Show chrome extension popup implicitly when user visits a website

I'm developing a chrome extension that lists offers while visiting some shopping websites. For example, when a user visits flipkart.com, extension popup would show up automatically without having to ... user avatar Kiran Kumar
  • 31
1 vote 1 answer 60 views

Can't update extension in chrome web store, no errors

I've been struggling to get my update to go through. I incremented my version in the manifest and updated a lot of code, I upload the new package successfully and submit, but I never see the manifest ... user avatar Dal
  • 135
0 votes 0 answers 27 views

Chrome Extension status "Published - unlisted"

My Chrome Extension's status is: "Published - unlisted", how do I make it publicly listed instead of "unlisted"? I've already submitted the extension for review several weeks ago ... user avatar now_world
  • 670
0 votes 0 answers 42 views

Backward compatibility of chrome extension

Is there any requirement on the minimum Chrome browser version (e.g. 5 stable releases into the past) that an addon has to support in order to be accepted into the Chrome web store? I'm asking because ... user avatar Rafael Korbas
  • 2,043
0 votes 0 answers 23 views

How to unsubmit pending chrome extension & how to delete extension draft

I was wondering how I could unsubmit a pending chrome extension review since I had made a mistake but I'm not sure how to unsubmit it. Furthermore, I have some drafts of extension uploads that I dont ... user avatar felix_h
  • 3
0 votes 1 answer 25 views

Can we track from where the user is coming to download my chrome extension

We have recently launched chrome extension for our product. We want to run FB, Google and LinkedIn Ads for the same. The issue is how do we track if people our coming to download after seeing our ads. ... user avatar Pranjal Rajawat
  • 1
0 votes 0 answers 36 views

Is it possible to submit Chrome extension for review without automatically publishing it using Chrome Webstore API?

Is it possible to submit Chrome extension for review without publishing it automatically using Chrome Webstore API? The publish endpoint submits the package for review and automatically publishes it ... user avatar David Rudenko
  • 3
0 votes 1 answer 72 views

Transfer Chrome WebStore Extension using Group Publisher Account Between Workspaces

Currently I work on a Chrome extension published but unlisted in the Chrome Webstore. Our organisation uses Google Workspace and the extension's owner is bound to a group in the Workspace which Google ... user avatar A Brown
  • 1
0 votes 0 answers 16 views

I posted but it won't allow me to install it, I get "Couldn't unzip the extension", do you have any idea what can happen?

Attached capture of what appears to me, since from google they do not give me any solution. user avatar Tool Seg360
  • 1
0 votes 0 answers 11 views

Make Chrome Extension Bigger

I recently made a chrome extension, but for some reason, when you first click it it appears very small. My code: #dif { width: 400px; height: 400px; font-size: 40px; color: black; text-... user avatar Promaster
  • 17
0 votes 0 answers 23 views

Chrome Extension Deploy multiple content files in single file

I have chrome extension which has multiple content files. example : main.js commont.js logs.js I want to generate single file of all contents files. And generate zip file for chrome extension. I don'... user avatar sohel khan
  • 1
0 votes 0 answers 49 views

Trying to Publish Chrome Extension, but Can't Because of Screenshot Upload Errors

As you can see in the images, the screenshot I'm providing is 1200x800 and I've tried the same image in both PNG and JPEG formats. Every time I try to upload the image, I get this error. I've been ... user avatar Daniel Hayes
  • 13
1 vote 1 answer 128 views

Chrome Webstore images appear blurry when uploaded

When I upload images to the chrome web store as promotional images (appears to work fine for small tiles large and marquee sizes) they become unreasonably blurry. As they give two options (1280x800 ... user avatar Elliot Cullen
  • 35
4 votes 1 answer 92 views

Unable to use Chrome Web Store Publish API due to force 2-Factor verification

Until recently I have been releasing Chrome Extension using Chrome Web Store Publish API. (Automated release process) const response = execSync(`\ curl -X PUT -F 'data=@${process.env.ZIP_FILE}... user avatar tprieboj
  • 1,602
0 votes 0 answers 40 views

Get package publish status from Chrome Webstore API

Is there any way to fetch the current package status from the Chrome Webstore API? The only information I've found that seems relevant is this API documentation, however it states under "... user avatar Connor Deckers
  • 2,309

15 30 50 per page1234532

You Might Also Like