SPYPRO

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

Co to jest SPYPRO?

SPYPRO to rozszerzenie Chrome opracowane przez SPYPRO.IO, a jego główną funkcją jest „The easiest way to learn from top Etsy sellers - SPYPRO.IO”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SPYPRO

Pobierz pliki rozszerzeń SPYPRO w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa SPYPRO SPYPRO
ID ojelfhnhmoahbpaiedkhlhoagjmgijka
Oficjalny URL https://chromewebstore.google.com/detail/spypro/ojelfhnhmoahbpaiedkhlhoagjmgijka
Opis The easiest way to learn from top Etsy sellers - SPYPRO.IO
Rozmiar pliku 118 KB
Liczba instalacji 65
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2023-08-05
Data Publikacji 2023-06-17
Deweloper SPYPRO.IO
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://spypro.io
Adres URL Strony Pomocy https://spyproio.tawk.help/
Adres URL Strony Polityki Prywatności https://spypro.io/privacy
Obsługiwane Języki 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
}