WhatShopifyApp - Lookup Shopify Apps

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

Vad är WhatShopifyApp - Lookup Shopify Apps?

WhatShopifyApp - Lookup Shopify Apps är en Chrome-tillägg utvecklad av http://whatshopifyapp.com, och dess huvudfunktion är "Get to know what shopify apps an online store is using.".

Tilläggsskärmbilder

screenshot

Ladda ner WhatShopifyApp - Lookup Shopify Apps-förlängningens CRX-fil

Ladda ner WhatShopifyApp - Lookup Shopify Apps-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn WhatShopifyApp - Lookup Shopify Apps WhatShopifyApp - Lookup Shopify Apps
ID mcdpjhnnphfiaojbmpbgfcpoodpngofo
Officiell webbadress https://chrome.google.com/webstore/detail/whatshopifyapp-lookup-sho/mcdpjhnnphfiaojbmpbgfcpoodpngofo
Beskrivning Get to know what shopify apps an online store is using.
Filstorlek 11.84 KB
Antal Installationer 1,000
Aktuell Version 0.1.1
Senast Uppdaterad 2017-10-14
Publiceringsdatum 2017-10-14
Betyg 2.89/5 Totalt 9 Betyg
Utvecklare http://whatshopifyapp.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://pushowl.com/privacy.html
Stödda Språk 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:\/\/*\/*",
        ""
    ]
}