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
Eメール [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
    }
}