BuiltWith Technology Profiler

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

BuiltWith Technology Profiler là gì?

BuiltWith Technology Profiler là một tiện ích mở rộng Chrome được phát triển bởi https://builtwith.com, và tính năng chính của nó là "Find out what the website you are visiting is built with using this extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BuiltWith Technology Profiler

Tải xuống các tệp mở rộng BuiltWith Technology Profiler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BuiltWith Technology Profiler BuiltWith Technology Profiler
ID dapjbgnjinbpoindlpdmhochffioedbn
URL Chính Thức https://chromewebstore.google.com/detail/builtwith-technology-prof/dapjbgnjinbpoindlpdmhochffioedbn
Mô tả Find out what the website you are visiting is built with using this extension.
Kích Thước Tệp 54.1 KB
Số Lần Cài Đặt 374,188
Phiên Bản Hiện Tại 3.6
Cập Nhật Lần Cuối 2022-05-11
Ngày Phát Hành 2020-05-15
Đánh Giá 4.39/5 Tổng số 401 Đánh Giá
Nhà Phát Triển https://builtwith.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://builtwith.com
URL Trang Trợ Giúp http://blog.builtwith.com/index.php/2009/12/22/builtwith-google-chrome-extension/
URL Trang Chính Sách Bảo Mật https://builtwith.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}