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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}