Materio Selection Clipper

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

Wat is Materio Selection Clipper?

Materio Selection Clipper is een Chrome-extensie ontwikkeld door Materio, en de belangrijkste functie is "Quickly clip product photos and info from vendor websites for projects in Materio".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Materio Selection Clipper

Download Materio Selection Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Materio Selection Clipper Materio Selection Clipper
ID jnbhdcnhfbnfehmopknkcdbnhgiedobi
Officiële URL https://chromewebstore.google.com/detail/materio-selection-clipper/jnbhdcnhfbnfehmopknkcdbnhgiedobi
Beschrijving Quickly clip product photos and info from vendor websites for projects in Materio
Bestandsgrootte 143 KB
Aantal Installaties 1,026
Huidige Versie 1.19
Laatst Bijgewerkt 2024-02-20
Publicatiedatum 2022-05-26
Ontwikkelaar Materio
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.materio.co
URL van de Privacybeleid Pagina https://www.materio.co/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}