BuiltWith Technology Profiler

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

BuiltWith Technology Profiler란 무엇입니까?

BuiltWith Technology Profiler은(는) https://builtwith.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find out what the website you are visiting is built with using this extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

BuiltWith Technology Profiler 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 BuiltWith Technology Profiler BuiltWith Technology Profiler
ID dapjbgnjinbpoindlpdmhochffioedbn
공식 URL https://chromewebstore.google.com/detail/builtwith-technology-prof/dapjbgnjinbpoindlpdmhochffioedbn
설명 Find out what the website you are visiting is built with using this extension.
파일 크기 54.1 KB
설치 횟수 374,188
현재 버전 3.6
최근 업데이트 2022-05-11
출시 날짜 2020-05-15
평점 4.39/5 총 401 개의 평점
개발자 https://builtwith.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://builtwith.com
도움말 페이지 URL http://blog.builtwith.com/index.php/2009/12/22/builtwith-google-chrome-extension/
개인정보 보호 정책 페이지 URL https://builtwith.com/privacy
지원되는 언어 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\/"
    ]
}