Copy Protected Google Sheets
Unlock Google sheets file, now you can copy any file easly!
Was ist Copy Protected Google Sheets?
Copy Protected Google Sheets ist eine Chrome-Erweiterung, die von omdsupplier entwickelt wurde, und ihr Hauptmerkmal ist "Unlock Google sheets file, now you can copy any file easly!".
Erweiterungsscreenshots
Copy Protected Google Sheets-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy Protected Google Sheets-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Unlock Protected Google Sheets files which are in "View Only" status
Grundlegende Informationen zur Erweiterung
Name | Copy Protected Google Sheets |
ID | ppgdleildmcgicddacalcgecpejmicoo |
Offizielle URL | https://chromewebstore.google.com/detail/copy-protected-google-she/ppgdleildmcgicddacalcgecpejmicoo |
Beschreibung | Unlock Google sheets file, now you can copy any file easly! |
Dateigröße | 8.79 KB |
Installationsanzahl | 921 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-09-25 |
Veröffentlichungsdatum | 2022-09-17 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | omdsupplier |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Protected Google Sheets", "description": "Unlock Google sheets file, now you can copy any file easly!", "version": "1.0.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "icon128.png" } }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/" ] } |