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 là gì?

Shopify Developer Tools là một tiện ích mở rộng Chrome được phát triển bởi anark6, và tính năng chính của nó là "Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shopify Developer Tools

Tải xuống các tệp mở rộng Shopify Developer Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shopify Developer Tools Shopify Developer Tools
ID ampfnhkbibnmhgoiaaokkejbajllamfj
URL Chính Thức https://chromewebstore.google.com/detail/shopify-developer-tools/ampfnhkbibnmhgoiaaokkejbajllamfj
Mô tả Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…
Kích Thước Tệp 27.68 KB
Số Lần Cài Đặt 751
Phiên Bản Hiện Tại 0.23
Cập Nhật Lần Cuối 2020-05-08
Ngày Phát Hành 2020-05-08
Nhà Phát Triển anark6
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}