SPYPRO

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

SPYPRO là gì?

SPYPRO là một tiện ích mở rộng Chrome được phát triển bởi SPYPRO.IO, và tính năng chính của nó là "The easiest way to learn from top Etsy sellers - SPYPRO.IO".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SPYPRO

Tải xuống các tệp mở rộng SPYPRO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SPYPRO SPYPRO
ID ojelfhnhmoahbpaiedkhlhoagjmgijka
URL Chính Thức https://chromewebstore.google.com/detail/spypro/ojelfhnhmoahbpaiedkhlhoagjmgijka
Mô tả The easiest way to learn from top Etsy sellers - SPYPRO.IO
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2023-08-05
Ngày Phát Hành 2023-06-17
Nhà Phát Triển SPYPRO.IO
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://spypro.io
URL Trang Trợ Giúp https://spyproio.tawk.help/
URL Trang Chính Sách Bảo Mật https://spypro.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}