Materio Selection Clipper
Quickly clip product photos and info from vendor websites for projects in Materio
What is Materio Selection Clipper?
Materio Selection Clipper is a Chrome extension developed by Materio, and its main feature is "Quickly clip product photos and info from vendor websites for projects in Materio".
Extension Screenshots
Download Materio Selection Clipper Extension CRX File
Download Materio Selection Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Materio Selection Clipper |
ID | jnbhdcnhfbnfehmopknkcdbnhgiedobi |
Official URL | https://chromewebstore.google.com/detail/materio-selection-clipper/jnbhdcnhfbnfehmopknkcdbnhgiedobi |
Description | Quickly clip product photos and info from vendor websites for projects in Materio |
File Size | 143 KB |
Installation Count | 1,026 |
Current Version | 1.19 |
Last Updated | 2024-02-20 |
Publish Date | 2022-05-26 |
Developer | Materio |
[email protected] | |
Payment Type | free |
Extension Website | https://www.materio.co |
Privacy Policy Page URL | https://www.materio.co/privacy-policy |
Supported Languages | 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": [ " |