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…
ما هو Shopify Developer Tools؟
Shopify Developer Tools هو إضافة Chrome تم تطويرها بواسطة anark6، والميزة الرئيسية لها هي "Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Shopify Developer Tools
قم بتنزيل ملفات الامتداد Shopify Developer Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | Shopify Developer Tools |
ID | ampfnhkbibnmhgoiaaokkejbajllamfj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/shopify-developer-tools/ampfnhkbibnmhgoiaaokkejbajllamfj |
الوصف | Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using… |
حجم الملف | 27.68 KB |
عدد التثبيتات | 751 |
النسخة الحالية | 0.23 |
آخر تحديث | 2020-05-08 |
تاريخ النشر | 2020-05-08 |
المطور | anark6 |
نوع الدفع | free |
اللغات المدعومة | 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" } |