Programa Web Clipper

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

Was ist Programa Web Clipper?

Programa Web Clipper ist eine Chrome-Erweiterung, die von https://programa.com.au entwickelt wurde, und ihr Hauptmerkmal ist "The Programa Web Clipper allows you to quickly and easily add photos and product details from any website directly to your…".

Erweiterungsscreenshots

screenshot
screenshot

Programa Web Clipper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Programa Web Clipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Programa Web Clipper Programa Web Clipper
ID lbeieofginbjinflccjechojbmlbcdjj
Offizielle URL https://chromewebstore.google.com/detail/programa-web-clipper/lbeieofginbjinflccjechojbmlbcdjj
Beschreibung The Programa Web Clipper allows you to quickly and easily add photos and product details from any website directly to your…
Dateigröße 185 KB
Installationsanzahl 6,000
Aktuelle Version 2.2.0
Letztes Update 2024-01-24
Veröffentlichungsdatum 2020-11-08
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://programa.com.au
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.programa.com.au
Hilfeseite URL https://intercom.help/programa/en/collections/3131953-webclipper
URL der Datenschutzrichtlinien-Seite https://intercom.help/programa/en/articles/5564894-privacy-policy
Unterstützte Sprachen 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'"
    }
}