Shopify App Detector by EZFY

Detect which theme and apps any Shopify store is using.

Shopify App Detector by EZFY là gì?

Shopify App Detector by EZFY là một tiện ích mở rộng Chrome được phát triển bởi https://ezfycode.com, và tính năng chính của nó là "Detect which theme and apps any Shopify store 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 App Detector by EZFY

Tải xuống các tệp mở rộng Shopify App Detector by EZFY 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

                        Did you ever visit a beautiful store and even though you were aware it was using Shopify, you still had no clue which theme and apps it was using? 

Then this is the perfect extension for you!

Shopify App Detector by EZFY uses unique CSS selectors to identify which theme and apps any Shopify store is using.

Features:

- "Plug and Play" style: no headaches, just install the extension and use it;
- Detects all official Shopify themes even after being customized;
- Database with over 200 apps to identify, growing on a daily basis;
- Shows "myshopify.com" user's store;
- Shows the current theme's name (how the store owner renamed it);
- Constantly updated and maintained.

Usage:

1. Go to any Shopify store.
2. Wait for it to load.
3. Click on the extension. 

If you find any bugs or have any feedback please reach out to us via email:

[email protected]                    

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

Tên Shopify App Detector by EZFY Shopify App Detector by EZFY
ID fhkelfkhcaokghlkckfgjoejhanelped
URL Chính Thức https://chromewebstore.google.com/detail/shopify-app-detector-by-e/fhkelfkhcaokghlkckfgjoejhanelped
Mô tả Detect which theme and apps any Shopify store is using.
Kích Thước Tệp 279 KB
Số Lần Cài Đặt 1,720
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2022-07-26
Ngày Phát Hành 2021-05-15
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://ezfycode.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Detect which theme and apps any Shopify store is using.",
    "version": "1.2.4",
    "manifest_version": 3,
    "name": "Shopify App Detector by EZFY",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js",
                "customContentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "contentScript.bundle.js",
                "customContentScript.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}