Webclipper

Clip images from the web and use them in your projects

Cos'è Webclipper?

Webclipper è un'estensione di Chrome sviluppata da ddiwebclipper, e la sua funzione principale è "Clip images from the web and use them in your projects".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Webclipper

Scarica i file di estensione Webclipper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Used to create a product at minimum or user can save Product or Invoice Line Item in a salesforce organisation a App is connected too. The Product image can be clipped from the web page, the Webclipper is on and can save as Product image.                    

Informazioni di Base sull'Estensione

Nome Webclipper Webclipper
ID bgbdknfmkdkkcnjfkohglhfblijdlnhd
URL Ufficiale https://chromewebstore.google.com/detail/webclipper/bgbdknfmkdkkcnjfkohglhfblijdlnhd
Descrizione Clip images from the web and use them in your projects
Dimensione del File 199 KB
Conteggio Installazioni 230
Versione Corrente 1.3
Ultimo Aggiornamento 2023-12-05
Data di Pubblicazione 2019-03-29
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore ddiwebclipper
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://rainmaker.co.in/privacy-policy-2
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webclipper",
    "version": "1.3",
    "description": "Clip images from the web and use them in your projects",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "iframe.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "front.js",
                "sidebar.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "storage",
        "activeTab",
        "management"
    ],
    "manifest_version": 3
}