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…
Qu'est-ce que Shopify Developer Tools ?
Shopify Developer Tools est une extension Chrome développée par anark6, et sa fonction principale est "Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shopify Developer Tools
Téléchargez les fichiers d'extension Shopify Developer Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Shopify Developer Tools |
ID | ampfnhkbibnmhgoiaaokkejbajllamfj |
URL Officiel | https://chromewebstore.google.com/detail/shopify-developer-tools/ampfnhkbibnmhgoiaaokkejbajllamfj |
Description | Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using… |
Taille du Fichier | 27.68 KB |
Nombre d'Installations | 751 |
Version Actuelle | 0.23 |
Dernière Mise à Jour | 2020-05-08 |
Date de Publication | 2020-05-08 |
Développeur | anark6 |
Type de Paiement | free |
Langues Prises en Charge | 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" } |