ShopifyNerds app and theme detector

Want to kno what theme or app a store is running? Relax, we got this

ShopifyNerds app and theme detector क्या है?

ShopifyNerds app and theme detector ShopifyNerds द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Want to kno what theme or app a store is running? Relax, we got this"।

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

screenshot

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

crx प्रारूप में ShopifyNerds app and theme detector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Have you ever been on a Shopify store and you wanted to know what they were using? Maybe it was an app or maybe it was their theme. Well ShopifyNerds has you covered! We'll be updating this free tool often so you'll be able to get a leg up on the competition!                    

एक्सटेंशन की मूल जानकारी

नाम ShopifyNerds app and theme detector ShopifyNerds app and theme detector
ID plnaopngjldoddagichpcpcafkcbbpck
आधिकारिक URL https://chromewebstore.google.com/detail/shopifynerds-app-and-them/plnaopngjldoddagichpcpcafkcbbpck
विवरण Want to kno what theme or app a store is running? Relax, we got this
फ़ाइल का आकार 124 KB
स्थापना संख्या 606
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-01-30
प्रकाशन तिथि 2019-01-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर ShopifyNerds
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShopifyNerds app and theme detector",
    "description": "Want to kno what theme or app a store is running? Relax, we got this",
    "version": "1.0",
    "author": "ShopifyNerds",
    "homepage_url": "https:\/\/shopifynerds.com\/detector",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-disabled.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "lib\/zepto\/zepto.min.js",
            "js\/sad.js",
            "data\/shopify_apps.js",
            "data\/shopify_themes.js",
            "js\/detector.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/zepto\/zepto.min.js",
                "js\/sad.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}