Alpha Checker
A security scanner that scans the domain and server for vulnerabilities.
Alpha Checker là gì?
Alpha Checker là một tiện ích mở rộng Chrome được phát triển bởi Aswin Venkat, và tính năng chính của nó là "A security scanner that scans the domain and server for vulnerabilities.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Alpha Checker
Tải xuống các tệp mở rộng Alpha Checker 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
This chrome app is a security tool to find 1. vulnerable plugins 2. ssl certificate validity 3. All urls of the site and provides a overall score for security.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Alpha Checker |
ID | cbmgngecbekanieopkicfffoleecgffo |
URL Chính Thức | https://chromewebstore.google.com/detail/alpha-checker/cbmgngecbekanieopkicfffoleecgffo |
Mô tả | A security scanner that scans the domain and server for vulnerabilities. |
Kích Thước Tệp | 4.75 MB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-01-03 |
Ngày Phát Hành | 2021-01-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Aswin Venkat |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alpha Checker", "version": "1.0", "description": "A security scanner that scans the domain and server for vulnerabilities.", "manifest_version": 2, "icons": { "128": "assets\/qr-code-scan_128x128.png" }, "browser_action": { "default_icon": "assets\/qr-code-scan.png", "default_popup": "index.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |