WhatShopifyApp - Lookup Shopify Apps

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

Qu'est-ce que WhatShopifyApp - Lookup Shopify Apps ?

WhatShopifyApp - Lookup Shopify Apps est une extension Chrome développée par http://whatshopifyapp.com, et sa fonction principale est "Get to know what shopify apps an online store is using.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WhatShopifyApp - Lookup Shopify Apps

Téléchargez les fichiers d'extension WhatShopifyApp - Lookup Shopify Apps 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

                        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.                    

Informations de Base sur l'Extension

Nom WhatShopifyApp - Lookup Shopify Apps WhatShopifyApp - Lookup Shopify Apps
ID mcdpjhnnphfiaojbmpbgfcpoodpngofo
URL Officiel https://chrome.google.com/webstore/detail/whatshopifyapp-lookup-sho/mcdpjhnnphfiaojbmpbgfcpoodpngofo
Description Get to know what shopify apps an online store is using.
Taille du Fichier 11.84 KB
Nombre d'Installations 1,000
Version Actuelle 0.1.1
Dernière Mise à Jour 2017-10-14
Date de Publication 2017-10-14
Évaluation 2.89/5 Total 9 Évaluations
Développeur http://whatshopifyapp.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://pushowl.com/privacy.html
Langues Prises en Charge 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:\/\/*\/*",
        ""
    ]
}