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.
扩展基本信息
名称 | 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\/*" ] } |