WhatShopifyApp - Lookup Shopify Apps

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

Was ist WhatShopifyApp - Lookup Shopify Apps?

WhatShopifyApp - Lookup Shopify Apps ist eine Chrome-Erweiterung, die von http://whatshopifyapp.com entwickelt wurde, und ihr Hauptmerkmal ist "Get to know what shopify apps an online store is using.".

Erweiterungsscreenshots

screenshot

WhatShopifyApp - Lookup Shopify Apps-Erweiterungs-CRX-Datei herunterladen

Laden Sie WhatShopifyApp - Lookup Shopify Apps-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name WhatShopifyApp - Lookup Shopify Apps WhatShopifyApp - Lookup Shopify Apps
ID mcdpjhnnphfiaojbmpbgfcpoodpngofo
Offizielle URL https://chrome.google.com/webstore/detail/whatshopifyapp-lookup-sho/mcdpjhnnphfiaojbmpbgfcpoodpngofo
Beschreibung Get to know what shopify apps an online store is using.
Dateigröße 11.84 KB
Installationsanzahl 1,000
Aktuelle Version 0.1.1
Letztes Update 2017-10-14
Veröffentlichungsdatum 2017-10-14
Bewertung 2.89/5 Insgesamt 9 Bewertungen
Entwickler http://whatshopifyapp.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://pushowl.com/privacy.html
Unterstützte Sprachen 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:\/\/*\/*",
        ""
    ]
}