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…
Vad är Shopify Developer Tools?
Shopify Developer Tools är en Chrome-tillägg utvecklad av anark6, och dess huvudfunktion är "Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…".
Tilläggsskärmbilder
Ladda ner Shopify Developer Tools-förlängningens CRX-fil
Ladda ner Shopify Developer Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Shopify Developer Tools |
ID | ampfnhkbibnmhgoiaaokkejbajllamfj |
Officiell webbadress | https://chromewebstore.google.com/detail/shopify-developer-tools/ampfnhkbibnmhgoiaaokkejbajllamfj |
Beskrivning | Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using… |
Filstorlek | 27.68 KB |
Antal Installationer | 751 |
Aktuell Version | 0.23 |
Senast Uppdaterad | 2020-05-08 |
Publiceringsdatum | 2020-05-08 |
Utvecklare | anark6 |
Betalningssätt | free |
Stödda Språk | 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" } |