Shopify Developer Tools
Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…
Co to jest Shopify Developer Tools?
Shopify Developer Tools to rozszerzenie Chrome opracowane przez anark6, a jego główną funkcją jest „Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Shopify Developer Tools
Pobierz pliki rozszerzeń Shopify Developer Tools 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
Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using when visiting their website. - Easily create a management request for a shop without having to copy and paste their store url - See if the theme they were using was purchased legitimately - Add your own custom links to view a shop in your admin or wherever you would like to view their details based on the shops myshopify url
Podstawowe informacje o rozszerzeniu
Nazwa | Shopify Developer Tools |
ID | ampfnhkbibnmhgoiaaokkejbajllamfj |
Oficjalny URL | https://chromewebstore.google.com/detail/shopify-developer-tools/ampfnhkbibnmhgoiaaokkejbajllamfj |
Opis | Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using… |
Rozmiar pliku | 27.68 KB |
Liczba instalacji | 751 |
Aktualna Wersja | 0.23 |
Ostatnia Aktualizacja | 2020-05-08 |
Data Publikacji | 2020-05-08 |
Deweloper | anark6 |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "content.js" ], "manifest_version": 2, "name": "Shopify Developer Tools", "permissions": [ "activeTab", "storage" ], "short_name": "Shopify Developer Tools", "version": "0.23" } |