NerdyData Website Inspector

Inspect websites and see what technologies they use!

NerdyData Website Inspector là gì?

NerdyData Website Inspector là một tiện ích mở rộng Chrome được phát triển bởi https://nerdydata.com, và tính năng chính của nó là "Inspect websites and see what technologies they use!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NerdyData Website Inspector

Tải xuống các tệp mở rộng NerdyData Website Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NerdyData Website Inspector NerdyData Website Inspector
ID ikbgfchmbnooojaalbipinbekdkofpjm
URL Chính Thức https://chromewebstore.google.com/detail/nerdydata-website-inspect/ikbgfchmbnooojaalbipinbekdkofpjm
Mô tả Inspect websites and see what technologies they use!
Kích Thước Tệp 780 KB
Số Lần Cài Đặt 1,866
Phiên Bản Hiện Tại 2.4.0
Cập Nhật Lần Cuối 2024-01-22
Ngày Phát Hành 2020-05-05
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://nerdydata.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.nerdydata.com/extension
URL Trang Trợ Giúp https://www.nerdydata.com/support
URL Trang Chính Sách Bảo Mật https://www.nerdydata.com/terms
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}