Intelligynce

Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…

Hvad er Intelligynce?

Intelligynce er en Chrome-udvidelse udviklet af https://intelligynce.com, og dens hovedfunktion er "Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…".

Udvidelsesskærmbilleder

screenshot

Download Intelligynce-udvidelses-CRX-fil

Download Intelligynce-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

                        Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit intelligynce.com                    

Grundlæggende oplysninger om udvidelsen

Navn Intelligynce Intelligynce
ID moigkpepgfdfpachffkjjonjenohfmlh
Officiel URL https://chromewebstore.google.com/detail/intelligynce/moigkpepgfdfpachffkjjonjenohfmlh
Beskrivelse Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…
Filstørrelse 412 KB
Antal Installationer 10,780
Nuværende Version 1.2.0
Senest Opdateret 2020-03-13
Udgivelsesdato 2020-03-12
Bedømmelse 3.92/5 Samlet 39 Bedømmelser
Udvikler https://intelligynce.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://intelligynce.com
Hjælpeside-URL https://intelligynce.com/support
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Intelligynce",
    "version": "1.2.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_16_disabled.png",
        "default_popup": "popup.html",
        "scripts": [
            "popup.js"
        ]
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    }
}