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".

Снимки экрана расширения

screenshot

Скачать файл 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 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\/*"
    ]
}