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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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\/*" ] } |