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…

Wat is Intelligynce?

Intelligynce is een Chrome-extensie ontwikkeld door https://intelligynce.com, en de belangrijkste functie is "Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Intelligynce

Download Intelligynce-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Intelligynce Intelligynce
ID moigkpepgfdfpachffkjjonjenohfmlh
Officiële URL https://chromewebstore.google.com/detail/intelligynce/moigkpepgfdfpachffkjjonjenohfmlh
Beschrijving Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…
Bestandsgrootte 412 KB
Aantal Installaties 10,780
Huidige Versie 1.2.0
Laatst Bijgewerkt 2020-03-13
Publicatiedatum 2020-03-12
Beoordeling 3.92/5 Totaal 39 Beoordelingen
Ontwikkelaar https://intelligynce.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://intelligynce.com
Help Pagina-URL https://intelligynce.com/support
Ondersteunde Talen 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"
    }
}