Copy Protected Google Sheets

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

What is Copy Protected Google Sheets?

Copy Protected Google Sheets is a Chrome extension developed by omdsupplier, and its main feature is "Unlock Google sheets file, now you can copy any file easly!".

Extension Screenshots

screenshot

Download Copy Protected Google Sheets Extension CRX File

Download Copy Protected Google Sheets extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Copy Protected Google Sheets Copy Protected Google Sheets
ID ppgdleildmcgicddacalcgecpejmicoo
Official URL https://chromewebstore.google.com/detail/copy-protected-google-she/ppgdleildmcgicddacalcgecpejmicoo
Description Unlock Google sheets file, now you can copy any file easly!
File Size 8.79 KB
Installation Count 921
Current Version 1.0.0
Last Updated 2022-09-25
Publish Date 2022-09-17
Rating 4.20/5 Total 5 Ratings
Developer omdsupplier
Email [email protected]
Payment Type free
Supported Languages 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:\/\/*\/"
    ]
}