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…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shopify Developer Tools

ดาวน์โหลดไฟล์ส่วนขยาย Shopify Developer Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
}