NerdyData Website Inspector

Inspect websites and see what technologies they use!

ما هو NerdyData Website Inspector؟

NerdyData Website Inspector هو إضافة Chrome تم تطويرها بواسطة https://nerdydata.com، والميزة الرئيسية لها هي "Inspect websites and see what technologies they use!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة NerdyData Website Inspector

قم بتنزيل ملفات الامتداد NerdyData Website Inspector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://www.nerdydata.com/support
عنوان صفحة سياسة الخصوصية 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"
        }
    }
}