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…
Apa itu Shopify Developer Tools?
Shopify Developer Tools adalah ekstensi Chrome yang dikembangkan oleh anark6, dan fitur utamanya adalah "Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Shopify Developer Tools
Unduh file ekstensi Shopify Developer Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Shopify Developer Tools |
ID | ampfnhkbibnmhgoiaaokkejbajllamfj |
URL Resmi | https://chromewebstore.google.com/detail/shopify-developer-tools/ampfnhkbibnmhgoiaaokkejbajllamfj |
Deskripsi | Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using… |
Ukuran File | 27.68 KB |
Jumlah Instalasi | 751 |
Versi Saat Ini | 0.23 |
Terakhir Diperbarui | 2020-05-08 |
Tanggal Publikasi | 2020-05-08 |
Pengembang | anark6 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |