Webclipper

Clip images from the web and use them in your projects

Vad är Webclipper?

Webclipper är en Chrome-tillägg utvecklad av ddiwebclipper, och dess huvudfunktion är "Clip images from the web and use them in your projects".

Tilläggsskärmbilder

screenshot

Ladda ner Webclipper-förlängningens CRX-fil

Ladda ner Webclipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Webclipper Webclipper
ID bgbdknfmkdkkcnjfkohglhfblijdlnhd
Officiell webbadress https://chromewebstore.google.com/detail/webclipper/bgbdknfmkdkkcnjfkohglhfblijdlnhd
Beskrivning Clip images from the web and use them in your projects
Filstorlek 199 KB
Antal Installationer 230
Aktuell Version 1.3
Senast Uppdaterad 2023-12-05
Publiceringsdatum 2019-03-29
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare ddiwebclipper
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://rainmaker.co.in/privacy-policy-2
Stödda Språk 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
}