NerdyData Website Inspector

Inspect websites and see what technologies they use!

NerdyData Website Inspector क्या है?

NerdyData Website Inspector https://nerdydata.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inspect websites and see what technologies they use!"।

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

screenshot
screenshot
screenshot

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

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

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

                        See the technology stack of any website, and how much they spend on their tech stack.

We analyze a website's code and tell you what technologies are running with high accuracy. 

Also see what a website spends on their tech stack, and company details like employee size, headquarter location, and more.

NerdyData indexes over 900 different technologies including E-Commerce platforms, CRM tools, Content Management Systems, advertising networks and more. 

NerdyData is a free alternative to Wappalyzer, Whatruns, and BuiltWith.

Download full reports of all the websites that use a certain technology by visiting https://www.nerdydata.com                    

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

नाम NerdyData Website Inspector NerdyData Website Inspector
ID ikbgfchmbnooojaalbipinbekdkofpjm
आधिकारिक URL https://chromewebstore.google.com/detail/nerdydata-website-inspect/ikbgfchmbnooojaalbipinbekdkofpjm
विवरण Inspect websites and see what technologies they use!
फ़ाइल का आकार 780 KB
स्थापना संख्या 1,866
वर्तमान संस्करण 2.4.0
अंतिम अपडेट 2024-01-22
प्रकाशन तिथि 2020-05-05
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर https://nerdydata.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.nerdydata.com/extension
सहायता पृष्ठ URL https://www.nerdydata.com/support
गोपनीयता नीति पृष्ठ URL https://www.nerdydata.com/terms
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NerdyData Website Inspector",
    "version": "2.4.0",
    "short_name": "NerdyData Inspector",
    "description": "Inspect websites and see what technologies they use!",
    "manifest_version": 3,
    "permissions": [
        "webRequest",
        "cookies",
        "scripting",
        "storage",
        "alarms",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "optional_permissions": [],
    "icons": {
        "16": "assets\/img\/logo-16.png",
        "32": "assets\/img\/logo-32.png",
        "48": "assets\/img\/logo-48.png",
        "128": "assets\/img\/logo-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "minimum_chrome_version": "92",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/img\/logo-16.png",
            "32": "assets\/img\/logo-32.png",
            "48": "assets\/img\/logo-48.png",
            "128": "assets\/img\/logo-128.png"
        }
    }
}