SPYPRO

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

Qu'est-ce que SPYPRO ?

SPYPRO est une extension Chrome développée par SPYPRO.IO, et sa fonction principale est "The easiest way to learn from top Etsy sellers - SPYPRO.IO".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SPYPRO

Téléchargez les fichiers d'extension SPYPRO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SPYPRO SPYPRO
ID ojelfhnhmoahbpaiedkhlhoagjmgijka
URL Officiel https://chromewebstore.google.com/detail/spypro/ojelfhnhmoahbpaiedkhlhoagjmgijka
Description The easiest way to learn from top Etsy sellers - SPYPRO.IO
Taille du Fichier 118 KB
Nombre d'Installations 65
Version Actuelle 2.1
Dernière Mise à Jour 2023-08-05
Date de Publication 2023-06-17
Développeur SPYPRO.IO
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://spypro.io
URL de la Page d'Aide https://spyproio.tawk.help/
URL de la Page de Politique de Confidentialité https://spypro.io/privacy
Langues Prises en Charge 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
}