WithSecure Elements VM Web Scan Recorder

WithSecure Elements VM Web Scan plugin to record login steps and to limit the scope of the scan

WithSecure Elements VM Web Scan Recorder क्या है?

WithSecure Elements VM Web Scan Recorder F-Secure द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WithSecure Elements VM Web Scan plugin to record login steps and to limit the scope of the scan"।

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

screenshot
screenshot

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

crx प्रारूप में WithSecure Elements VM Web Scan Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        WithSecure Elements VM Web Scan Recorder lets you record login steps or any other specific user behavior that Elements VM scanner can later replay when testing your website for vulnerabilities.

Simply start recording. It will create a recording file which you can later attach to scan configuration in Elements VM portal. This will help Elements VM Web Scan scanning engine to provide even more comprehensive security evaluation.                    

एक्सटेंशन की मूल जानकारी

नाम WithSecure Elements VM Web Scan Recorder WithSecure Elements VM Web Scan Recorder
ID bnclmadnlfbnfmgddnodncgplapibidp
आधिकारिक URL https://chromewebstore.google.com/detail/withsecure-elements-vm-we/bnclmadnlfbnfmgddnodncgplapibidp
विवरण WithSecure Elements VM Web Scan plugin to record login steps and to limit the scope of the scan
फ़ाइल का आकार 1.1 MB
स्थापना संख्या 2,182
वर्तमान संस्करण 2.5.0
अंतिम अपडेट 2023-08-25
प्रकाशन तिथि 2020-04-16
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर F-Secure
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.withsecure.com/en/solutions/software-and-services/elements-vulnerability-management
गोपनीयता नीति पृष्ठ URL https://www.f-secure.com/en/web/legal/privacy/safe
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WithSecure Elements VM Web Scan Recorder",
    "version": "2.5.0",
    "author": "WithSecure",
    "short_name": "Elements VM Web Scan Recorder",
    "description": "WithSecure Elements VM Web Scan plugin to record login steps and to limit the scope of the scan",
    "icons": {
        "48": "icons\/icon-Radar48.png",
        "128": "icons\/icon-Radar128.png"
    },
    "action": {
        "default_title": "WithSecure Elements VM Web Scan Recorder",
        "default_popup": "frontend\/ui\/popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting",
        "storage",
        "activeTab",
        "webNavigation",
        "webRequest"
    ],
    "options_ui": {
        "page": "frontend\/ui\/options\/options.html",
        "open_in_tab": true
    }
}