SPYPRO

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

SPYPROคืออะไร?

SPYPRO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SPYPRO.IO และคุณลักษณะหลักของมันคือ "The easiest way to learn from top Etsy sellers - SPYPRO.IO"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SPYPRO

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}