Programa Web Clipper

The Programa Web Clipper allows you to quickly and easily add photos and product details from any website directly to your…

Apa itu Programa Web Clipper?

Programa Web Clipper adalah ekstensi Chrome yang dikembangkan oleh https://programa.com.au, dan fitur utamanya adalah "The Programa Web Clipper allows you to quickly and easily add photos and product details from any website directly to your…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Programa Web Clipper

Unduh file ekstensi Programa Web Clipper 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

                        The Programa Web Clipper allows you to quickly and easily add photos and product details from any website directly to your Schedules. The Programa Web Clipper is free and works with all account types.                    

Informasi Dasar Ekstensi

Nama Programa Web Clipper Programa Web Clipper
ID lbeieofginbjinflccjechojbmlbcdjj
URL Resmi https://chromewebstore.google.com/detail/programa-web-clipper/lbeieofginbjinflccjechojbmlbcdjj
Deskripsi The Programa Web Clipper allows you to quickly and easily add photos and product details from any website directly to your…
Ukuran File 185 KB
Jumlah Instalasi 6,000
Versi Saat Ini 2.2.0
Terakhir Diperbarui 2024-01-24
Tanggal Publikasi 2020-11-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://programa.com.au
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.programa.com.au
URL Halaman Bantuan https://intercom.help/programa/en/collections/3131953-webclipper
URL Halaman Kebijakan Privasi https://intercom.help/programa/en/articles/5564894-privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.2.0",
    "name": "Programa Web Clipper",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "Programa Web Clipper",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/app.programa.com.au\/*",
        "https:\/\/*.programa-alpha.com\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/app.programa.design\/*",
        "https:\/\/app.qa.programa.design\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "clipper.html",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}