Materio Selection Clipper

Quickly clip product photos and info from vendor websites for projects in Materio

Materio Selection Clipperとは何ですか?

Materio Selection ClipperはMaterioによって開発されたChromeの拡張機能で、その主な機能は「Quickly clip product photos and info from vendor websites for projects in Materio」です。

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

screenshot
screenshot
screenshot

Materio Selection Clipper拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Materio's Selection Clipper saves time by grabbing prices, descriptions, and images off of vendor sites for you. Instantly save the products to your design library to use in your Materio projects.                    

拡張機能の基本情報

名前 Materio Selection Clipper Materio Selection Clipper
ID jnbhdcnhfbnfehmopknkcdbnhgiedobi
公式URL https://chromewebstore.google.com/detail/materio-selection-clipper/jnbhdcnhfbnfehmopknkcdbnhgiedobi
説明 Quickly clip product photos and info from vendor websites for projects in Materio
ファイルサイズ 143 KB
インストール数 1,026
現在のバージョン 1.19
最終更新日 2024-02-20
公開日 2022-05-26
開発者 Materio
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.materio.co
プライバシーポリシーページのURL https://www.materio.co/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.19",
    "name": "Materio Selection Clipper",
    "description": "Quickly clip product photos and info from vendor websites for projects in Materio",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "96": "logo.png"
    },
    "action": {
        "default_icon": {
            "19": "logo.png",
            "38": "logo.png"
        }
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "login.html",
                "logo.png",
                "style.css",
                "script.js",
                "login.js",
                "sentry.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/app.materio.co\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js",
                "sentry.js"
            ]
        }
    ]
}