BuiltWith Technology Profiler

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

Co je BuiltWith Technology Profiler?

BuiltWith Technology Profiler je rozšíření Chrome vyvinuté https://builtwith.com, a jeho hlavní funkcí je „Find out what the website you are visiting is built with using this extension.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření BuiltWith Technology Profiler

Stáhněte si soubory rozšíření BuiltWith Technology Profiler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název BuiltWith Technology Profiler BuiltWith Technology Profiler
ID dapjbgnjinbpoindlpdmhochffioedbn
Oficiální URL https://chromewebstore.google.com/detail/builtwith-technology-prof/dapjbgnjinbpoindlpdmhochffioedbn
Popis Find out what the website you are visiting is built with using this extension.
Velikost souboru 54.1 KB
Počet instalací 374,188
Aktuální Verze 3.6
Poslední Aktualizace 2022-05-11
Datum Vydání 2020-05-15
Hodnocení 4.39/5 Celkem 401 Hodnocení
Vývojář https://builtwith.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://builtwith.com
URL Stránky Nápovědy http://blog.builtwith.com/index.php/2009/12/22/builtwith-google-chrome-extension/
URL Stránky Zásad Ochrany Soukromí https://builtwith.com/privacy
Podporované Jazyky 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\/"
    ]
}