Alpha Checker

A security scanner that scans the domain and server for vulnerabilities.

Alpha Checkerคืออะไร?

Alpha Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aswin Venkat และคุณลักษณะหลักของมันคือ "A security scanner that scans the domain and server for vulnerabilities."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alpha Checker

ดาวน์โหลดไฟล์ส่วนขยาย Alpha Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Alpha Checker Alpha Checker
ID cbmgngecbekanieopkicfffoleecgffo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alpha-checker/cbmgngecbekanieopkicfffoleecgffo
คำอธิบาย A security scanner that scans the domain and server for vulnerabilities.
ขนาดไฟล์ 4.75 MB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-01-03
วันที่เผยแพร่ 2021-01-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Aswin Venkat
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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:\/\/*\/*"
    ]
}