CVE Finder

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

Qu'est-ce que CVE Finder ?

CVE Finder est une extension Chrome développée par Yohanan Cohen, et sa fonction principale est "Find CVEs easily by product name, vendor, and the specific version".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CVE Finder

Téléchargez les fichiers d'extension CVE Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CVE Finder CVE Finder
ID mpbnakfcepnokoiimhnolkglahfbmeco
URL Officiel https://chromewebstore.google.com/detail/cve-finder/mpbnakfcepnokoiimhnolkglahfbmeco
Description Find CVEs easily by product name, vendor, and the specific version
Taille du Fichier 825 KB
Nombre d'Installations 84
Version Actuelle 1.6
Dernière Mise à Jour 2022-06-14
Date de Publication 2017-11-15
Évaluation 3.67/5 Total 3 Évaluations
Développeur Yohanan Cohen
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}