ericyd / gdrive-copy

Web app to copy a Google Drive folder
https://script.google.com/macros/s/AKfycbxbGNGajrxv-HbX2sVY2OTu7yj9VvxlOMOeQblZFuq7rYm7uyo/exec
MIT License
1.58k stars 341 forks source link

Chrome application is installed or not in my browser? #184

Closed greatvovan closed 3 years ago

greatvovan commented 3 years ago

As I understand, it is only the script that does all the work, however a Chrome Application is formally available in Chrome Web Store:

image

I clicked on "Add to Chrome", after which something happened and the browser opened a new tab. At the same time the "Add" button disappeared from the app's page:

image

However Chrome does not list anything new in among the applications:

image

For purposes of keeping my browser clean I would like to know:

  1. Was anything installed in my browser when I clicked the "Add" button?
  2. If yes, why is it not listed and how to remove it?
  3. If no, why did the "Add" button disappear?

Bug summary

Status of the Chrome Application is not clear in browser's settings.

Any specific steps to reproduce the issue?

  1. Open the application's page.
  2. Click "Add to Chrome".
  3. Navigate to chrome://extensions/ and check the application list.

Oath of good faith

greatvovan commented 3 years ago

Sorry, I resolved the issue myself. I had to navigate to chrome://apps, right-click the icon and chose "Remove...".

Somehow I was under impression that chrome://extensions/ must list all installed apps in "Chrome Apps" section.