BuiltWith Technology Profiler

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

Cos'è BuiltWith Technology Profiler?

BuiltWith Technology Profiler è un'estensione di Chrome sviluppata da https://builtwith.com, e la sua funzione principale è "Find out what the website you are visiting is built with using this extension.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione BuiltWith Technology Profiler

Scarica i file di estensione BuiltWith Technology Profiler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BuiltWith Technology Profiler BuiltWith Technology Profiler
ID dapjbgnjinbpoindlpdmhochffioedbn
URL Ufficiale https://chromewebstore.google.com/detail/builtwith-technology-prof/dapjbgnjinbpoindlpdmhochffioedbn
Descrizione Find out what the website you are visiting is built with using this extension.
Dimensione del File 54.1 KB
Conteggio Installazioni 374,188
Versione Corrente 3.6
Ultimo Aggiornamento 2022-05-11
Data di Pubblicazione 2020-05-15
Valutazione 4.39/5 Totale 401 Valutazioni
Sviluppatore https://builtwith.com
Email support@builtwith.com
Tipo di Pagamento free
Sito Web dell'Estensione https://builtwith.com
URL della Pagina di Aiuto http://blog.builtwith.com/index.php/2009/12/22/builtwith-google-chrome-extension/
URL della Pagina della Politica sulla Privacy https://builtwith.com/privacy
Lingue Supportate 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\/"
    ]
}