SecHard

SecHard Browser Extension for Chrome, Edge, Brave

Qu'est-ce que SecHard ?

SecHard est une extension Chrome développée par https://sechard.com, et sa fonction principale est "SecHard Browser Extension for Chrome, Edge, Brave".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SecHard

Téléchargez les fichiers d'extension SecHard 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

                        SecHard is a PAM product and has a password vault. It can enable the accesses such as RDP, VNC, SSH, and Telnet without knowing the password and can record all the sessions both in video and text format. This browser extension helps end-users fill out login forms automatically by using the information defined in SecHard product.                    

Informations de Base sur l'Extension

Nom SecHard SecHard
ID jklhiadiohgjnpddnekdmphgahkbnmmk
URL Officiel https://chromewebstore.google.com/detail/sechard/jklhiadiohgjnpddnekdmphgahkbnmmk
Description SecHard Browser Extension for Chrome, Edge, Brave
Taille du Fichier 631 KB
Nombre d'Installations 553
Version Actuelle 1.1.1
Dernière Mise à Jour 2023-03-23
Date de Publication 2022-10-26
Développeur https://sechard.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sechard.com/
URL de la Page d'Aide https://sechard.atlassian.net/servicedesk
URL de la Page de Politique de Confidentialité https://sechard.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SecHard",
    "description": "SecHard Browser Extension for Chrome, Edge, Brave",
    "version": "1.1.1.0",
    "version_name": "1.1.1",
    "homepage_url": "https:\/\/www.sechard.com",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkzif2c3LaNGbdwOGiz7\/B\/QNg6hqF2y7sYkTTRGdthdeAVnnELu6PZx7foTUywz97+Fmh0ov6gb5KLLdK6sQW4UydZJJTCf9lESPw8m9LM5j4Jr0DmeWkFEjZHrZ4aCCkM4wVQyUo8VjD15CFpC1\/qmOjZMA9cv9HCTIOwbwWRNNXrUGux8nZxGRjVQzwDpjYsI5j3GVJDQkgfWobqCtYWvjeSlyunlzhLEEHHJAY9W+SawJJcNF\/s9VXA2eb23IZGtDLnfdXV+41mPaQIi0xkOC3Y6PGBl\/\/GPt+HR6d8fRaSQhuJnLOutQIqwpi5cp5KCh9R0cnunOlYGzv6OFSQIDAQAB",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "SecHard",
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "32": "assets\/icons\/icon-32.png",
            "48": "assets\/icons\/icon-48.png",
            "64": "assets\/icons\/icon-64.png",
            "128": "assets\/icons\/icon-128.png"
        }
    },
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "64": "assets\/icons\/icon-64.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    }
}