Shopify App Detector by EZFY

Detect which theme and apps any Shopify store is using.

什麼是Shopify App Detector by EZFY?

Shopify App Detector by EZFY是由https://ezfycode.com開發的Chrome擴展程式,該擴展的主要功能是“Detect which theme and apps any Shopify store is using.”。

擴展截圖

screenshot

下載Shopify App Detector by EZFY擴展crx文件

下載Shopify App Detector by EZFY擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 Shopify App Detector by EZFY Shopify App Detector by EZFY
ID fhkelfkhcaokghlkckfgjoejhanelped
官方網址 https://chromewebstore.google.com/detail/shopify-app-detector-by-e/fhkelfkhcaokghlkckfgjoejhanelped
簡介 Detect which theme and apps any Shopify store is using.
檔案大小 279 KB
安裝次數 1,720
目前版本 1.2.4
更新時間 2022-07-26
上架時間 2021-05-15
評分 5.00/5 共 6 次評分
開發者 https://ezfycode.com
電子郵箱 [email protected]
付費類型 free
支援的語言 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": [
                ""
            ]
        }
    ]
}