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…

Qu'est-ce que Intelligynce ?

Intelligynce est une extension Chrome développée par https://intelligynce.com, et sa fonction principale est "Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Intelligynce 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

                        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                    

Informations de Base sur l'Extension

Nom Intelligynce Intelligynce
ID moigkpepgfdfpachffkjjonjenohfmlh
URL Officiel https://chromewebstore.google.com/detail/intelligynce/moigkpepgfdfpachffkjjonjenohfmlh
Description Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…
Taille du Fichier 412 KB
Nombre d'Installations 10,780
Version Actuelle 1.2.0
Dernière Mise à Jour 2020-03-13
Date de Publication 2020-03-12
Évaluation 3.92/5 Total 39 Évaluations
Développeur https://intelligynce.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://intelligynce.com
URL de la Page d'Aide https://intelligynce.com/support
Langues Prises en Charge 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"
    }
}