NerdyData Website Inspector

Inspect websites and see what technologies they use!

NerdyData Website Inspectorとは何ですか?

NerdyData Website Inspectorはhttps://nerdydata.comによって開発されたChromeの拡張機能で、その主な機能は「Inspect websites and see what technologies they use!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

NerdyData Website Inspector拡張機能のCRXファイルをダウンロード

NerdyData Website Inspector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    }
}