Design Manager Product Clipper

Clip pictures & product information from vendors' websites for use in Design Manager Pro Cloud.

Wat is Design Manager Product Clipper?

Design Manager Product Clipper is een Chrome-extensie ontwikkeld door https://designmanager.com, en de belangrijkste functie is "Clip pictures & product information from vendors' websites for use in Design Manager Pro Cloud.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Design Manager Product Clipper

Download Design Manager Product Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The Design Manager Product Clipper helps you capture item specification pictures & product details from vendors' websites.  Simply click on pictures and text of your product details to bring them into Design Manager, saving you time and effort.

Less frustration + less paperwork = happy designers.                    

Basisinformatie over de Extensie

Naam Design Manager Product Clipper Design Manager Product Clipper
ID kloodacdcdmefdelbanijdonpljlbjnp
Officiële URL https://chromewebstore.google.com/detail/design-manager-product-cl/kloodacdcdmefdelbanijdonpljlbjnp
Beschrijving Clip pictures & product information from vendors' websites for use in Design Manager Pro Cloud.
Bestandsgrootte 591 KB
Aantal Installaties 1,571
Huidige Versie 2.9.0
Laatst Bijgewerkt 2023-05-04
Publicatiedatum 2019-08-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://designmanager.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://designmanager.com/
Help Pagina-URL https://designmanager.freshdesk.com/support/home
URL van de Privacybeleid Pagina https://designmanager.com/privacy-statement
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Design Manager Product Clipper",
    "description": "Clip pictures & product information from vendors' websites for use in Design Manager Pro Cloud.",
    "version": "2.9.0",
    "background": {
        "service_worker": "bundledAssets\/background-2.9.0.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.designmanager.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.designmanager.com\/*"
            ],
            "css": [
                "bundledAssets\/contentScript-2.9.0.css"
            ],
            "js": [
                "bundledAssets\/contentScript-2.9.0.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/16x16.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "img\/48x48.png",
        "default_popup": "popup-2.9.0.html"
    },
    "host_permissions": [
        "https:\/\/*.designmanager.com\/",
        ""
    ],
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "contextMenus"
    ]
}