Copy Protected Google Sheets

Unlock Google sheets file, now you can copy any file easly!

Wat is Copy Protected Google Sheets?

Copy Protected Google Sheets is een Chrome-extensie ontwikkeld door omdsupplier, en de belangrijkste functie is "Unlock Google sheets file, now you can copy any file easly!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Copy Protected Google Sheets

Download Copy Protected Google Sheets-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Unlock Protected Google Sheets files which are in "View Only" status                    

Basisinformatie over de Extensie

Naam Copy Protected Google Sheets Copy Protected Google Sheets
ID ppgdleildmcgicddacalcgecpejmicoo
Officiële URL https://chromewebstore.google.com/detail/copy-protected-google-she/ppgdleildmcgicddacalcgecpejmicoo
Beschrijving Unlock Google sheets file, now you can copy any file easly!
Bestandsgrootte 8.79 KB
Aantal Installaties 921
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-09-25
Publicatiedatum 2022-09-17
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar omdsupplier
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/"
    ]
}