BuiltWith Technology Profiler
Find out what the website you are visiting is built with using this extension.
Hvad er BuiltWith Technology Profiler?
BuiltWith Technology Profiler er en Chrome-udvidelse udviklet af https://builtwith.com, og dens hovedfunktion er "Find out what the website you are visiting is built with using this extension.".
Udvidelsesskærmbilleder
Download BuiltWith Technology Profiler-udvidelses-CRX-fil
Download BuiltWith Technology Profiler-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | BuiltWith Technology Profiler |
ID | dapjbgnjinbpoindlpdmhochffioedbn |
Officiel URL | https://chromewebstore.google.com/detail/builtwith-technology-prof/dapjbgnjinbpoindlpdmhochffioedbn |
Beskrivelse | Find out what the website you are visiting is built with using this extension. |
Filstørrelse | 54.1 KB |
Antal Installationer | 374,188 |
Nuværende Version | 3.6 |
Senest Opdateret | 2022-05-11 |
Udgivelsesdato | 2020-05-15 |
Bedømmelse | 4.39/5 Samlet 401 Bedømmelser |
Udvikler | https://builtwith.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://builtwith.com |
Hjælpeside-URL | http://blog.builtwith.com/index.php/2009/12/22/builtwith-google-chrome-extension/ |
URL til Fortrolighedspolitik Side | https://builtwith.com/privacy |
Understøttede Sprog | 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\/" ] } |