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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://designmanager.com และคุณลักษณะหลักของมันคือ "Clip pictures & product information from vendors' websites for use in Design Manager Pro Cloud."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Design Manager Product Clipper

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}