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文件

下載Web Technology Detector by SecurityInfinity擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}