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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}