WhatShopifyApp - Lookup Shopify Apps

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

Hvad er WhatShopifyApp - Lookup Shopify Apps?

WhatShopifyApp - Lookup Shopify Apps er en Chrome-udvidelse udviklet af http://whatshopifyapp.com, og dens hovedfunktion er "Get to know what shopify apps an online store is using.".

Udvidelsesskærmbilleder

screenshot

Download WhatShopifyApp - Lookup Shopify Apps-udvidelses-CRX-fil

Download WhatShopifyApp - Lookup Shopify Apps-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn WhatShopifyApp - Lookup Shopify Apps WhatShopifyApp - Lookup Shopify Apps
ID mcdpjhnnphfiaojbmpbgfcpoodpngofo
Officiel URL https://chrome.google.com/webstore/detail/whatshopifyapp-lookup-sho/mcdpjhnnphfiaojbmpbgfcpoodpngofo
Beskrivelse Get to know what shopify apps an online store is using.
Filstørrelse 11.84 KB
Antal Installationer 1,000
Nuværende Version 0.1.1
Senest Opdateret 2017-10-14
Udgivelsesdato 2017-10-14
Bedømmelse 2.89/5 Samlet 9 Bedømmelser
Udvikler http://whatshopifyapp.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://pushowl.com/privacy.html
Understøttede Sprog 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:\/\/*\/*",
        ""
    ]
}