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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}