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 с друзьями, чтобы легко установить расширения 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
Электронная почта [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"
        }
    }
}