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开发的Chrome扩展程序,该扩展的主要功能是“WithSecure Elements VM Web Scan plugin to record login steps and to limit the scope of the scan”。

扩展截图

screenshot
screenshot

下载WithSecure Elements VM Web Scan Recorder扩展crx文件

下载WithSecure Elements VM Web Scan Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
    }
}