WithSecure Elements VM Web Scan Recorder

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

Cos'è WithSecure Elements VM Web Scan Recorder?

WithSecure Elements VM Web Scan Recorder è un'estensione di Chrome sviluppata da F-Secure, e la sua funzione principale è "WithSecure Elements VM Web Scan plugin to record login steps and to limit the scope of the scan".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione WithSecure Elements VM Web Scan Recorder

Scarica i file di estensione WithSecure Elements VM Web Scan Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WithSecure Elements VM Web Scan Recorder WithSecure Elements VM Web Scan Recorder
ID bnclmadnlfbnfmgddnodncgplapibidp
URL Ufficiale https://chromewebstore.google.com/detail/withsecure-elements-vm-we/bnclmadnlfbnfmgddnodncgplapibidp
Descrizione WithSecure Elements VM Web Scan plugin to record login steps and to limit the scope of the scan
Dimensione del File 1.1 MB
Conteggio Installazioni 2,182
Versione Corrente 2.5.0
Ultimo Aggiornamento 2023-08-25
Data di Pubblicazione 2020-04-16
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore F-Secure
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.withsecure.com/en/solutions/software-and-services/elements-vulnerability-management
URL della Pagina della Politica sulla Privacy https://www.f-secure.com/en/web/legal/privacy/safe
Lingue Supportate 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
    }
}