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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}