WhatShopifyApp - Lookup Shopify Apps

Get to know what shopify apps an online store is using.

O que é WhatShopifyApp - Lookup Shopify Apps?

WhatShopifyApp - Lookup Shopify Apps é uma extensão do Chrome desenvolvida por http://whatshopifyapp.com, e sua principal característica é "Get to know what shopify apps an online store is using.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WhatShopifyApp - Lookup Shopify Apps

Baixe arquivos de extensão WhatShopifyApp - Lookup Shopify Apps 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

                        WhatShopifyApp helps you look at other Shopify stores to find out what apps have they installed. This handy tool lets you find out what apps are they using. It even links it right to the Shopify App Directory to that you can install it as well.                    

Informações Básicas da Extensão

Nome WhatShopifyApp - Lookup Shopify Apps WhatShopifyApp - Lookup Shopify Apps
ID mcdpjhnnphfiaojbmpbgfcpoodpngofo
URL Oficial https://chrome.google.com/webstore/detail/whatshopifyapp-lookup-sho/mcdpjhnnphfiaojbmpbgfcpoodpngofo
Descrição Get to know what shopify apps an online store is using.
Tamanho do Arquivo 11.84 KB
Contagem de Instalações 1,000
Versão Atual 0.1.1
Última Atualização 2017-10-14
Data de Publicação 2017-10-14
Classificação 2.89/5 Total de 9 Avaliações
Desenvolvedor http://whatshopifyapp.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://pushowl.com/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatShopifyApp - Lookup Shopify Apps",
    "short_name": "WhatShopifyApp",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Get to know what shopify apps an online store is using.",
    "default_locale": "en",
    "icons": {
        "19": "resources\/images\/icon_extension_19.png",
        "32": "resources\/images\/icon_extension_32.png",
        "48": "resources\/images\/icon_extension_48.png",
        "128": "resources\/images\/icon_extension_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "resources\/images\/icon_extension_19.png",
            "32": "resources\/images\/icon_extension_32.png",
            "48": "resources\/images\/icon_extension_48.png",
            "128": "resources\/images\/icon_extension_128.png"
        },
        "default_title": "WhatShopifyApp - Lookup Shopify Apps"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "resources\/*"
    ],
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        ""
    ]
}