SPYPRO

The easiest way to learn from top Etsy sellers - SPYPRO.IO

SPYPRO란 무엇입니까?

SPYPRO은(는) SPYPRO.IO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The easiest way to learn from top Etsy sellers - SPYPRO.IO"입니다.

확장 프로그램 스크린샷

screenshot

SPYPRO 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension is designed to assist users of SPYPRO.IO in creating their own Etsy product research tools.                    

확장 프로그램 기본 정보

이름 SPYPRO SPYPRO
ID ojelfhnhmoahbpaiedkhlhoagjmgijka
공식 URL https://chromewebstore.google.com/detail/spypro/ojelfhnhmoahbpaiedkhlhoagjmgijka
설명 The easiest way to learn from top Etsy sellers - SPYPRO.IO
파일 크기 118 KB
설치 횟수 65
현재 버전 2.1
최근 업데이트 2023-08-05
출시 날짜 2023-06-17
개발자 SPYPRO.IO
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://spypro.io
도움말 페이지 URL https://spyproio.tawk.help/
개인정보 보호 정책 페이지 URL https://spypro.io/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SPYPRO",
    "version": "2.1",
    "description": "The easiest way to learn from top Etsy sellers - SPYPRO.IO",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "cookies",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "*:\/\/spypro.io\/*",
        "*:\/\/*.etsy.com\/*"
    ],
    "icons": {
        "16": "images\/spypro.png",
        "48": "images\/spypro.png",
        "128": "images\/spypro.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/spypro.png",
                "images\/loading.gif",
                "spypro.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "SPYPRO",
        "default_icon": "images\/spypro.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content.js",
                "js\/import_shop.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/*.etsy.com\/listing\/*",
                "*:\/\/*.etsy.com\/c\/*",
                "*:\/\/*.etsy.com\/search*",
                "*:\/\/*.etsy.com\/people*",
                "*:\/\/*.etsy.com\/market*",
                "*:\/\/*.etsy.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3
}