Copy Protected Google Sheets

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

什麼是Copy Protected Google Sheets?

Copy Protected Google Sheets是由omdsupplier開發的Chrome擴展程式,該擴展的主要功能是“Unlock Google sheets file, now you can copy any file easly!”。

擴展截圖

screenshot

下載Copy Protected Google Sheets擴展crx文件

下載Copy Protected Google Sheets擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Copy Protected Google Sheets Copy Protected Google Sheets
ID ppgdleildmcgicddacalcgecpejmicoo
官方網址 https://chromewebstore.google.com/detail/copy-protected-google-she/ppgdleildmcgicddacalcgecpejmicoo
簡介 Unlock Google sheets file, now you can copy any file easly!
檔案大小 8.79 KB
安裝次數 921
目前版本 1.0.0
更新時間 2022-09-25
上架時間 2022-09-17
評分 4.20/5 共 5 次評分
開發者 omdsupplier
電子郵箱 [email protected]
付費類型 free
支援的語言 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:\/\/*\/"
    ]
}