Mydoma Studio NEXT Product Clipper

Easily clip product images and information to use in projects and packages for Mydoma Studio.

Mydoma Studio NEXT Product Clipper란 무엇입니까?

Mydoma Studio NEXT Product Clipper은(는) Mydoma Inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily clip product images and information to use in projects and packages for Mydoma Studio."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Mydoma Studio NEXT Product Clipper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easily clip product images and information to use in projects and packages. The Mydoma Studio Product Clipper is your one stop product sourcing solution.

Products from any vendor website are saved to your Mydoma Studio catalog automatically. You can even save a product directly into a project or package!

The Mydoma Studio product clipper saves the product’s details and images. Use saved products in project proposals, mood boards and tear-sheets!                    

확장 프로그램 기본 정보

이름 Mydoma Studio NEXT Product Clipper Mydoma Studio NEXT Product Clipper
ID geiiipddpfifgpmoopnmkkiphionieon
공식 URL https://chromewebstore.google.com/detail/mydoma-studio-next-produc/geiiipddpfifgpmoopnmkkiphionieon
설명 Easily clip product images and information to use in projects and packages for Mydoma Studio.
파일 크기 78.51 KB
설치 횟수 2,768
현재 버전 2.0.11
최근 업데이트 2023-09-07
출시 날짜 2022-04-02
평점 5.00/5 총 1 개의 평점
개발자 Mydoma Inc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mydomastudio.com
개인정보 보호 정책 페이지 URL https://www.mydomastudio.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mydoma Studio NEXT Product Clipper",
    "version": "2.0.11",
    "description": "Easily clip product images and information to use in projects and packages for Mydoma Studio.",
    "icons": {
        "32": ".\/assets\/icons\/roof_32.png",
        "128": ".\/assets\/icons\/roof_128.png"
    },
    "action": {
        "default_title": "Mydoma Studio NEXT Product Clipper"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "draggable.js"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "blocking_rules",
                "enabled": true,
                "path": "blocking_rules.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "alarms",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/mydoma-micro-gateway.herokuapp.com\/*",
        "https:\/\/myd3-gateway.mydoma.cloud\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "clipper\/myd-clipper.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}