WhatShopifyApp - Lookup Shopify Apps

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

What is WhatShopifyApp - Lookup Shopify Apps?

WhatShopifyApp - Lookup Shopify Apps is a Chrome extension developed by http://whatshopifyapp.com, and its main feature is "Get to know what shopify apps an online store is using.".

Extension Screenshots

screenshot

Download WhatShopifyApp - Lookup Shopify Apps Extension CRX File

Download WhatShopifyApp - Lookup Shopify Apps extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name WhatShopifyApp - Lookup Shopify Apps WhatShopifyApp - Lookup Shopify Apps
ID mcdpjhnnphfiaojbmpbgfcpoodpngofo
Official URL https://chrome.google.com/webstore/detail/whatshopifyapp-lookup-sho/mcdpjhnnphfiaojbmpbgfcpoodpngofo
Description Get to know what shopify apps an online store is using.
File Size 11.84 KB
Installation Count 1,000
Current Version 0.1.1
Last Updated 2017-10-14
Publish Date 2017-10-14
Rating 2.89/5 Total 9 Ratings
Developer http://whatshopifyapp.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://pushowl.com/privacy.html
Supported Languages 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:\/\/*\/*",
        ""
    ]
}