WhatShopifyApp - Lookup Shopify Apps
Get to know what shopify apps an online store is using.
Co to jest WhatShopifyApp - Lookup Shopify Apps?
WhatShopifyApp - Lookup Shopify Apps to rozszerzenie Chrome opracowane przez http://whatshopifyapp.com, a jego główną funkcją jest „Get to know what shopify apps an online store is using.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WhatShopifyApp - Lookup Shopify Apps
Pobierz pliki rozszerzeń WhatShopifyApp - Lookup Shopify Apps w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mcdpjhnnphfiaojbmpbgfcpoodpngofo |
Oficjalny URL | https://chrome.google.com/webstore/detail/whatshopifyapp-lookup-sho/mcdpjhnnphfiaojbmpbgfcpoodpngofo |
Opis | Get to know what shopify apps an online store is using. |
Rozmiar pliku | 11.84 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2017-10-14 |
Data Publikacji | 2017-10-14 |
Ocena | 2.89/5 Łącznie 9 Oceny |
Deweloper | http://whatshopifyapp.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://pushowl.com/privacy.html |
Obsługiwane Języki | 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:\/\/*\/*", " |