BuiltWith Technology Profiler

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

Vad är BuiltWith Technology Profiler?

BuiltWith Technology Profiler är en Chrome-tillägg utvecklad av https://builtwith.com, och dess huvudfunktion är "Find out what the website you are visiting is built with using this extension.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner BuiltWith Technology Profiler-förlängningens CRX-fil

Ladda ner BuiltWith Technology Profiler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn BuiltWith Technology Profiler BuiltWith Technology Profiler
ID dapjbgnjinbpoindlpdmhochffioedbn
Officiell webbadress https://chromewebstore.google.com/detail/builtwith-technology-prof/dapjbgnjinbpoindlpdmhochffioedbn
Beskrivning Find out what the website you are visiting is built with using this extension.
Filstorlek 54.1 KB
Antal Installationer 374,188
Aktuell Version 3.6
Senast Uppdaterad 2022-05-11
Publiceringsdatum 2020-05-15
Betyg 4.39/5 Totalt 401 Betyg
Utvecklare https://builtwith.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://builtwith.com
Hjälpsida URL http://blog.builtwith.com/index.php/2009/12/22/builtwith-google-chrome-extension/
URL till Sekretesspolicy Sidan https://builtwith.com/privacy
Stödda Språk 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\/"
    ]
}