Mydoma Studio Web Clipper

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

Mydoma Studio Web Clipperとは何ですか?

Mydoma Studio Web Clipperはweb-store-publishersによって開発されたChromeの拡張機能で、その主な機能は「Easily clip product images and information to use in projects and packages for Mydoma Studio.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Mydoma Studio Web Clipper拡張機能のCRXファイルをダウンロード

Mydoma Studio Web 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 Web Clipper Mydoma Studio Web Clipper
ID fpfcdfeaahhipingeghaimebbbigbpoi
公式URL https://chromewebstore.google.com/detail/mydoma-studio-web-clipper/fpfcdfeaahhipingeghaimebbbigbpoi
説明 Easily clip product images and information to use in projects and packages for Mydoma Studio.
ファイルサイズ 138 KB
インストール数 1,066
現在のバージョン 1.0.7
最終更新日 2021-06-11
公開日 2020-11-08
評価 5.00/5 合計 1 レビュー
開発者 web-store-publishers
支払い方法 free
拡張機能のウェブサイト https://mydomastudio.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mydoma Studio Web Clipper",
    "version": "1.0.7",
    "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"
    },
    "browser_action": {
        "default_title": "Mydoma Studio Web Clipper"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "draggable.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/mydoma-micro-gateway.herokuapp.com\/*",
        "storage",
        "alarms",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "myd-clipper.html"
    ]
}