Copy Protected Google Sheets

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

Apa itu Copy Protected Google Sheets?

Copy Protected Google Sheets adalah ekstensi Chrome yang dikembangkan oleh omdsupplier, dan fitur utamanya adalah "Unlock Google sheets file, now you can copy any file easly!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Copy Protected Google Sheets

Unduh file ekstensi Copy Protected Google Sheets dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Copy Protected Google Sheets Copy Protected Google Sheets
ID ppgdleildmcgicddacalcgecpejmicoo
URL Resmi https://chromewebstore.google.com/detail/copy-protected-google-she/ppgdleildmcgicddacalcgecpejmicoo
Deskripsi Unlock Google sheets file, now you can copy any file easly!
Ukuran File 8.79 KB
Jumlah Instalasi 921
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-09-25
Tanggal Publikasi 2022-09-17
Penilaian 4.20/5 Total 5 Penilaian
Pengembang omdsupplier
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/"
    ]
}