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ファイルをダウンロード

Mydoma Studio NEXT Product Clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": []
        }
    ]
}