Programa Web Clipper

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

Hvad er Programa Web Clipper?

Programa Web Clipper er en Chrome-udvidelse udviklet af https://programa.com.au, og dens hovedfunktion er "The Programa Web Clipper allows you to quickly and easily add photos and product details from any website directly to your…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Programa Web Clipper-udvidelses-CRX-fil

Download Programa Web Clipper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Programa Web Clipper Programa Web Clipper
ID lbeieofginbjinflccjechojbmlbcdjj
Officiel URL https://chromewebstore.google.com/detail/programa-web-clipper/lbeieofginbjinflccjechojbmlbcdjj
Beskrivelse The Programa Web Clipper allows you to quickly and easily add photos and product details from any website directly to your…
Filstørrelse 185 KB
Antal Installationer 6,000
Nuværende Version 2.2.0
Senest Opdateret 2024-01-24
Udgivelsesdato 2020-11-08
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://programa.com.au
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.programa.com.au
Hjælpeside-URL https://intercom.help/programa/en/collections/3131953-webclipper
URL til Fortrolighedspolitik Side https://intercom.help/programa/en/articles/5564894-privacy-policy
Understøttede Sprog 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'"
    }
}