CVE Finder

Find CVEs easily by product name, vendor, and the specific version

什麼是CVE Finder?

CVE Finder是由Yohanan Cohen開發的Chrome擴展程式,該擴展的主要功能是“Find CVEs easily by product name, vendor, and the specific version”。

擴展截圖

screenshot

下載CVE Finder擴展crx文件

下載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 CVE Finder
ID mpbnakfcepnokoiimhnolkglahfbmeco
官方網址 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\/*"
    ]
}