WhatShopifyApp - Lookup Shopify Apps

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

Co je WhatShopifyApp - Lookup Shopify Apps?

WhatShopifyApp - Lookup Shopify Apps je rozšíření Chrome vyvinuté http://whatshopifyapp.com, a jeho hlavní funkcí je „Get to know what shopify apps an online store is using.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WhatShopifyApp - Lookup Shopify Apps

Stáhněte si soubory rozšíření WhatShopifyApp - Lookup Shopify Apps ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název WhatShopifyApp - Lookup Shopify Apps WhatShopifyApp - Lookup Shopify Apps
ID mcdpjhnnphfiaojbmpbgfcpoodpngofo
Oficiální URL https://chrome.google.com/webstore/detail/whatshopifyapp-lookup-sho/mcdpjhnnphfiaojbmpbgfcpoodpngofo
Popis Get to know what shopify apps an online store is using.
Velikost souboru 11.84 KB
Počet instalací 1,000
Aktuální Verze 0.1.1
Poslední Aktualizace 2017-10-14
Datum Vydání 2017-10-14
Hodnocení 2.89/5 Celkem 9 Hodnocení
Vývojář http://whatshopifyapp.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://pushowl.com/privacy.html
Podporované Jazyky 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:\/\/*\/*",
        ""
    ]
}