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.".
Снимки экрана расширения
Скачать файл 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 |
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\/", " |