WhatShopifyApp - Lookup Shopify Apps

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

Cos'è WhatShopifyApp - Lookup Shopify Apps?

WhatShopifyApp - Lookup Shopify Apps è un'estensione di Chrome sviluppata da http://whatshopifyapp.com, e la sua funzione principale è "Get to know what shopify apps an online store is using.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WhatShopifyApp - Lookup Shopify Apps

Scarica i file di estensione WhatShopifyApp - Lookup Shopify Apps in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WhatShopifyApp - Lookup Shopify Apps WhatShopifyApp - Lookup Shopify Apps
ID mcdpjhnnphfiaojbmpbgfcpoodpngofo
URL Ufficiale https://chrome.google.com/webstore/detail/whatshopifyapp-lookup-sho/mcdpjhnnphfiaojbmpbgfcpoodpngofo
Descrizione Get to know what shopify apps an online store is using.
Dimensione del File 11.84 KB
Conteggio Installazioni 1,000
Versione Corrente 0.1.1
Ultimo Aggiornamento 2017-10-14
Data di Pubblicazione 2017-10-14
Valutazione 2.89/5 Totale 9 Valutazioni
Sviluppatore http://whatshopifyapp.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://pushowl.com/privacy.html
Lingue Supportate 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:\/\/*\/*",
        ""
    ]
}