CVE Finder

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

CVE Finder क्या है?

CVE Finder Yohanan Cohen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find CVEs easily by product name, vendor, and the specific version"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CVE Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}