CVE Finder
Find CVEs easily by product name, vendor, and the specific version
CVE Finderคืออะไร?
CVE Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yohanan Cohen และคุณลักษณะหลักของมันคือ "Find CVEs easily by product name, vendor, and the specific version"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CVE Finder
ดาวน์โหลดไฟล์ส่วนขยาย CVE Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find existing CVEs easily by product name, vendor and version. just type the product name, and the related vendors and versions will come up automatically. The results taken from nvd.nist.gov the National Vulnerability Database.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CVE Finder |
ID | mpbnakfcepnokoiimhnolkglahfbmeco |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cve-finder/mpbnakfcepnokoiimhnolkglahfbmeco |
คำอธิบาย | Find CVEs easily by product name, vendor, and the specific version |
ขนาดไฟล์ | 825 KB |
จำนวนการติดตั้ง | 84 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2022-06-14 |
วันที่เผยแพร่ | 2017-11-15 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Yohanan Cohen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CVE Finder", "version": "1.6", "description": "Find CVEs easily by product name, vendor, and the specific version", "action": { "default_icon": "images\/icon128.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "host_permissions": [ "https:\/\/nvd.nist.gov\/*" ] } |