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 là gì?

WithSecure Elements VM Web Scan Recorder là một tiện ích mở rộng Chrome được phát triển bởi F-Secure, và tính năng chính của nó là "WithSecure Elements VM Web Scan plugin to record login steps and to limit the scope of the scan".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WithSecure Elements VM Web Scan Recorder

Tải xuống các tệp mở rộng WithSecure Elements VM Web Scan Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WithSecure Elements VM Web Scan Recorder WithSecure Elements VM Web Scan Recorder
ID bnclmadnlfbnfmgddnodncgplapibidp
URL Chính Thức https://chromewebstore.google.com/detail/withsecure-elements-vm-we/bnclmadnlfbnfmgddnodncgplapibidp
Mô tả WithSecure Elements VM Web Scan plugin to record login steps and to limit the scope of the scan
Kích Thước Tệp 1.1 MB
Số Lần Cài Đặt 2,182
Phiên Bản Hiện Tại 2.5.0
Cập Nhật Lần Cuối 2023-08-25
Ngày Phát Hành 2020-04-16
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển F-Secure
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.withsecure.com/en/solutions/software-and-services/elements-vulnerability-management
URL Trang Chính Sách Bảo Mật https://www.f-secure.com/en/web/legal/privacy/safe
Ngôn Ngữ Được Hỗ Trợ 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
    }
}