Design Manager Product Clipper

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

Cos'è Design Manager Product Clipper?

Design Manager Product Clipper è un'estensione di Chrome sviluppata da https://designmanager.com, e la sua funzione principale è "Clip pictures & product information from vendors' websites for use in Design Manager Pro Cloud.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Design Manager Product Clipper

Scarica i file di estensione Design Manager Product Clipper 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Design Manager Product Clipper Design Manager Product Clipper
ID kloodacdcdmefdelbanijdonpljlbjnp
URL Ufficiale https://chromewebstore.google.com/detail/design-manager-product-cl/kloodacdcdmefdelbanijdonpljlbjnp
Descrizione Clip pictures & product information from vendors' websites for use in Design Manager Pro Cloud.
Dimensione del File 591 KB
Conteggio Installazioni 1,571
Versione Corrente 2.9.0
Ultimo Aggiornamento 2023-05-04
Data di Pubblicazione 2019-08-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://designmanager.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://designmanager.com/
URL della Pagina di Aiuto https://designmanager.freshdesk.com/support/home
URL della Pagina della Politica sulla Privacy https://designmanager.com/privacy-statement
Lingue Supportate 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"
    ]
}