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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detect which theme and apps any Shopify store is using."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shopify App Detector by EZFY एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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": [
                ""
            ]
        }
    ]
}