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 je Shopify Developer Tools?
Shopify Developer Tools je rozšíření Chrome vyvinuté anark6, a jeho hlavní funkcí je „Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Shopify Developer Tools
Stáhněte si soubory rozšíření Shopify Developer Tools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Shopify Developer Tools |
ID | ampfnhkbibnmhgoiaaokkejbajllamfj |
Oficiální URL | https://chromewebstore.google.com/detail/shopify-developer-tools/ampfnhkbibnmhgoiaaokkejbajllamfj |
Popis | Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using… |
Velikost souboru | 27.68 KB |
Počet instalací | 751 |
Aktuální Verze | 0.23 |
Poslední Aktualizace | 2020-05-08 |
Datum Vydání | 2020-05-08 |
Vývojář | anark6 |
Typ Platby | free |
Podporované Jazyky | 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" } |