SPYPRO

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

Was ist SPYPRO?

SPYPRO ist eine Chrome-Erweiterung, die von SPYPRO.IO entwickelt wurde, und ihr Hauptmerkmal ist "The easiest way to learn from top Etsy sellers - SPYPRO.IO".

Erweiterungsscreenshots

screenshot

SPYPRO-Erweiterungs-CRX-Datei herunterladen

Laden Sie SPYPRO-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name SPYPRO SPYPRO
ID ojelfhnhmoahbpaiedkhlhoagjmgijka
Offizielle URL https://chromewebstore.google.com/detail/spypro/ojelfhnhmoahbpaiedkhlhoagjmgijka
Beschreibung The easiest way to learn from top Etsy sellers - SPYPRO.IO
Dateigröße 118 KB
Installationsanzahl 65
Aktuelle Version 2.1
Letztes Update 2023-08-05
Veröffentlichungsdatum 2023-06-17
Entwickler SPYPRO.IO
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://spypro.io
Hilfeseite URL https://spyproio.tawk.help/
URL der Datenschutzrichtlinien-Seite https://spypro.io/privacy
Unterstützte Sprachen 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
}