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…
Hvad er Shopify Developer Tools?
Shopify Developer Tools er en Chrome-udvidelse udviklet af anark6, og dens hovedfunktion er "Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…".
Udvidelsesskærmbilleder
Download Shopify Developer Tools-udvidelses-CRX-fil
Download Shopify Developer Tools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Shopify Developer Tools |
ID | ampfnhkbibnmhgoiaaokkejbajllamfj |
Officiel URL | https://chromewebstore.google.com/detail/shopify-developer-tools/ampfnhkbibnmhgoiaaokkejbajllamfj |
Beskrivelse | Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using… |
Filstørrelse | 27.68 KB |
Antal Installationer | 751 |
Nuværende Version | 0.23 |
Senest Opdateret | 2020-05-08 |
Udgivelsesdato | 2020-05-08 |
Udvikler | anark6 |
Betalingsmetode | free |
Understøttede Sprog | 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" } |