Design Manager Product Clipper

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

什麼是Design Manager Product Clipper?

Design Manager Product Clipper是由https://designmanager.com開發的Chrome擴展程式,該擴展的主要功能是“Clip pictures & product information from vendors' websites for use in Design Manager Pro Cloud.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Design Manager Product Clipper擴展crx文件

下載Design Manager Product Clipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Design Manager Product Clipper Design Manager Product Clipper
ID kloodacdcdmefdelbanijdonpljlbjnp
官方網址 https://chromewebstore.google.com/detail/design-manager-product-cl/kloodacdcdmefdelbanijdonpljlbjnp
簡介 Clip pictures & product information from vendors' websites for use in Design Manager Pro Cloud.
檔案大小 591 KB
安裝次數 1,571
目前版本 2.9.0
更新時間 2023-05-04
上架時間 2019-08-28
評分 5.00/5 共 1 次評分
開發者 https://designmanager.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://designmanager.com/
說明頁面URL https://designmanager.freshdesk.com/support/home
隱私政策頁面URL https://designmanager.com/privacy-statement
支援的語言 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"
    ]
}