BuiltWith Technology Profiler

Find out what the website you are visiting is built with using this extension.

Was ist BuiltWith Technology Profiler?

BuiltWith Technology Profiler ist eine Chrome-Erweiterung, die von https://builtwith.com entwickelt wurde, und ihr Hauptmerkmal ist "Find out what the website you are visiting is built with using this extension.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

BuiltWith Technology Profiler-Erweiterungs-CRX-Datei herunterladen

Laden Sie BuiltWith Technology Profiler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The BuiltWith Chrome Extension lets you find out what a website is built with by a simple click on the builtwith icon!

BuiltWith is a web site profiler tool. Upon looking up a page, BuiltWith returns all the technologies it can find on the page.                    

Grundlegende Informationen zur Erweiterung

Name BuiltWith Technology Profiler BuiltWith Technology Profiler
ID dapjbgnjinbpoindlpdmhochffioedbn
Offizielle URL https://chromewebstore.google.com/detail/builtwith-technology-prof/dapjbgnjinbpoindlpdmhochffioedbn
Beschreibung Find out what the website you are visiting is built with using this extension.
Dateigröße 54.1 KB
Installationsanzahl 374,188
Aktuelle Version 3.6
Letztes Update 2022-05-11
Veröffentlichungsdatum 2020-05-15
Bewertung 4.39/5 Insgesamt 401 Bewertungen
Entwickler https://builtwith.com
E-Mail support@builtwith.com
Zahlungsart free
Erweiterungswebsite https://builtwith.com
Hilfeseite URL http://blog.builtwith.com/index.php/2009/12/22/builtwith-google-chrome-extension/
URL der Datenschutzrichtlinien-Seite https://builtwith.com/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BuiltWith Technology Profiler",
    "version": "3.6",
    "short_name": "BuiltWith",
    "description": "Find out what the website you are visiting is built with using this extension.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/builtwith.com\/"
    ]
}