Copy Protected Google Sheets
Unlock Google sheets file, now you can copy any file easly!
Cos'è Copy Protected Google Sheets?
Copy Protected Google Sheets è un'estensione di Chrome sviluppata da omdsupplier, e la sua funzione principale è "Unlock Google sheets file, now you can copy any file easly!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy Protected Google Sheets
Scarica i file di estensione Copy Protected Google Sheets in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Unlock Protected Google Sheets files which are in "View Only" status
Informazioni di Base sull'Estensione
Nome | Copy Protected Google Sheets |
ID | ppgdleildmcgicddacalcgecpejmicoo |
URL Ufficiale | https://chromewebstore.google.com/detail/copy-protected-google-she/ppgdleildmcgicddacalcgecpejmicoo |
Descrizione | Unlock Google sheets file, now you can copy any file easly! |
Dimensione del File | 8.79 KB |
Conteggio Installazioni | 921 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-09-25 |
Data di Pubblicazione | 2022-09-17 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | omdsupplier |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/" ] } |