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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}