WithSecure Elements VM Web Scan Recorder

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

Qu'est-ce que WithSecure Elements VM Web Scan Recorder ?

WithSecure Elements VM Web Scan Recorder est une extension Chrome développée par F-Secure, et sa fonction principale est "WithSecure Elements VM Web Scan plugin to record login steps and to limit the scope of the scan".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WithSecure Elements VM Web Scan Recorder

Téléchargez les fichiers d'extension WithSecure Elements VM Web Scan Recorder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WithSecure Elements VM Web Scan Recorder WithSecure Elements VM Web Scan Recorder
ID bnclmadnlfbnfmgddnodncgplapibidp
URL Officiel https://chromewebstore.google.com/detail/withsecure-elements-vm-we/bnclmadnlfbnfmgddnodncgplapibidp
Description WithSecure Elements VM Web Scan plugin to record login steps and to limit the scope of the scan
Taille du Fichier 1.1 MB
Nombre d'Installations 2,182
Version Actuelle 2.5.0
Dernière Mise à Jour 2023-08-25
Date de Publication 2020-04-16
Évaluation 4.50/5 Total 4 Évaluations
Développeur F-Secure
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.withsecure.com/en/solutions/software-and-services/elements-vulnerability-management
URL de la Page de Politique de Confidentialité https://www.f-secure.com/en/web/legal/privacy/safe
Langues Prises en Charge 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
    }
}