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文件

下載SPYPRO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 SPYPRO SPYPRO
ID ojelfhnhmoahbpaiedkhlhoagjmgijka
官方網址 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
}