SPYPRO

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

Hvad er SPYPRO?

SPYPRO er en Chrome-udvidelse udviklet af SPYPRO.IO, og dens hovedfunktion er "The easiest way to learn from top Etsy sellers - SPYPRO.IO".

Udvidelsesskærmbilleder

screenshot

Download SPYPRO-udvidelses-CRX-fil

Download SPYPRO-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn SPYPRO SPYPRO
ID ojelfhnhmoahbpaiedkhlhoagjmgijka
Officiel URL https://chromewebstore.google.com/detail/spypro/ojelfhnhmoahbpaiedkhlhoagjmgijka
Beskrivelse The easiest way to learn from top Etsy sellers - SPYPRO.IO
Filstørrelse 118 KB
Antal Installationer 65
Nuværende Version 2.1
Senest Opdateret 2023-08-05
Udgivelsesdato 2023-06-17
Udvikler SPYPRO.IO
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://spypro.io
Hjælpeside-URL https://spyproio.tawk.help/
URL til Fortrolighedspolitik Side https://spypro.io/privacy
Understøttede Sprog 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
}