SPYPRO

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

Cos'è SPYPRO?

SPYPRO è un'estensione di Chrome sviluppata da SPYPRO.IO, e la sua funzione principale è "The easiest way to learn from top Etsy sellers - SPYPRO.IO".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SPYPRO

Scarica i file di estensione SPYPRO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome SPYPRO SPYPRO
ID ojelfhnhmoahbpaiedkhlhoagjmgijka
URL Ufficiale https://chromewebstore.google.com/detail/spypro/ojelfhnhmoahbpaiedkhlhoagjmgijka
Descrizione The easiest way to learn from top Etsy sellers - SPYPRO.IO
Dimensione del File 118 KB
Conteggio Installazioni 65
Versione Corrente 2.1
Ultimo Aggiornamento 2023-08-05
Data di Pubblicazione 2023-06-17
Sviluppatore SPYPRO.IO
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://spypro.io
URL della Pagina di Aiuto https://spyproio.tawk.help/
URL della Pagina della Politica sulla Privacy https://spypro.io/privacy
Lingue Supportate 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
}