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.”。
扩展截图
下载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 |
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\/", " |