NerdyData Website Inspector

Inspect websites and see what technologies they use!

Qu'est-ce que NerdyData Website Inspector ?

NerdyData Website Inspector est une extension Chrome développée par https://nerdydata.com, et sa fonction principale est "Inspect websites and see what technologies they use!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NerdyData Website Inspector

Téléchargez les fichiers d'extension NerdyData Website Inspector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom NerdyData Website Inspector NerdyData Website Inspector
ID ikbgfchmbnooojaalbipinbekdkofpjm
URL Officiel https://chromewebstore.google.com/detail/nerdydata-website-inspect/ikbgfchmbnooojaalbipinbekdkofpjm
Description Inspect websites and see what technologies they use!
Taille du Fichier 780 KB
Nombre d'Installations 1,866
Version Actuelle 2.4.0
Dernière Mise à Jour 2024-01-22
Date de Publication 2020-05-05
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://nerdydata.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.nerdydata.com/extension
URL de la Page d'Aide https://www.nerdydata.com/support
URL de la Page de Politique de Confidentialité https://www.nerdydata.com/terms
Langues Prises en Charge 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"
        }
    }
}