Webclipper

Clip images from the web and use them in your projects

Was ist Webclipper?

Webclipper ist eine Chrome-Erweiterung, die von ddiwebclipper entwickelt wurde, und ihr Hauptmerkmal ist "Clip images from the web and use them in your projects".

Erweiterungsscreenshots

screenshot

Webclipper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Webclipper-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Webclipper Webclipper
ID bgbdknfmkdkkcnjfkohglhfblijdlnhd
Offizielle URL https://chromewebstore.google.com/detail/webclipper/bgbdknfmkdkkcnjfkohglhfblijdlnhd
Beschreibung Clip images from the web and use them in your projects
Dateigröße 199 KB
Installationsanzahl 230
Aktuelle Version 1.3
Letztes Update 2023-12-05
Veröffentlichungsdatum 2019-03-29
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler ddiwebclipper
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://rainmaker.co.in/privacy-policy-2
Unterstützte Sprachen 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
}