Web Technology Detector by SecurityInfinity

Web Technology Detector by SecurityInfinity is a tool that allows users to detect the technologies used on a website. This can…

Web Technology Detector by SecurityInfinity란 무엇입니까?

Web Technology Detector by SecurityInfinity은(는) https://securityinfinity.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web Technology Detector by SecurityInfinity is a tool that allows users to detect the technologies used on a website. This can…"입니다.

확장 프로그램 스크린샷

screenshot

Web Technology Detector by SecurityInfinity 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Web Technology Detector by SecurityInfinity is a tool that allows users to detect the technologies used on a website. This can include things like the programming languages, frameworks, and libraries used to build the site, as well as the web server, content management system (CMS), and other tools and services that the site relies on.

There are a number of different web technology detectors available, with different features and capabilities. Some are browser extensions, while others are standalone tools or online services. Some can simply detect the technologies used on a website, while others provide more detailed information, such as version numbers and other technical details.

Web Technology Detector can be useful for a variety of purposes. For example, it can help web developers and designers to understand the technology stack used by a particular site, which can be useful when troubleshooting issues or building similar sites. Similarly, it can help security professionals to identify vulnerabilities and potential attack vectors in a website. Web Technology Detector can also be used by businesses and organizations to track the technologies used by their competitors and stay up-to-date with the latest trends and best practices.

Overall, Web Technology Detector is an essential tool for anyone working in web development, design, security, or any other field related to the web. It helps to provide valuable information on the technologies used in website and helps improve the knowledge of the user. With the help of this tool, you can stay up-to-date with the latest technology trends, and make more informed decisions.                    

확장 프로그램 기본 정보

이름 Web Technology Detector by SecurityInfinity Web Technology Detector by SecurityInfinity
ID jhnickgfjddjognhndhjgmjccngbcnmk
공식 URL https://chromewebstore.google.com/detail/web-technology-detector-b/jhnickgfjddjognhndhjgmjccngbcnmk
설명 Web Technology Detector by SecurityInfinity is a tool that allows users to detect the technologies used on a website. This can…
파일 크기 23.17 KB
설치 횟수 64
현재 버전 1.0
최근 업데이트 2023-01-29
출시 날짜 2023-01-28
개발자 https://securityinfinity.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://securityinfinity.com
도움말 페이지 URL https://securityinfinity.com/contact
개인정보 보호 정책 페이지 URL https://securityinfinity.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Technology Detector by SecurityInfinity",
    "version": "1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ]
}