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…

O que é Intelligynce?

Intelligynce é uma extensão do Chrome desenvolvida por https://intelligynce.com, e sua principal característica é "Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Intelligynce

Baixe arquivos de extensão Intelligynce no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Intelligynce Intelligynce
ID moigkpepgfdfpachffkjjonjenohfmlh
URL Oficial https://chromewebstore.google.com/detail/intelligynce/moigkpepgfdfpachffkjjonjenohfmlh
Descrição Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…
Tamanho do Arquivo 412 KB
Contagem de Instalações 10,780
Versão Atual 1.2.0
Última Atualização 2020-03-13
Data de Publicação 2020-03-12
Classificação 3.92/5 Total de 39 Avaliações
Desenvolvedor https://intelligynce.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://intelligynce.com
URL da Página de Ajuda https://intelligynce.com/support
Idiomas Suportados 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"
    }
}