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
公式URL 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
Eメール [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:\/\/*\/"
    ]
}