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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/",
" | |