SecHard

SecHard Browser Extension for Chrome, Edge, Brave

Wat is SecHard?

SecHard is een Chrome-extensie ontwikkeld door https://sechard.com, en de belangrijkste functie is "SecHard Browser Extension for Chrome, Edge, Brave".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SecHard

Download SecHard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SecHard SecHard
ID jklhiadiohgjnpddnekdmphgahkbnmmk
Officiële URL https://chromewebstore.google.com/detail/sechard/jklhiadiohgjnpddnekdmphgahkbnmmk
Beschrijving SecHard Browser Extension for Chrome, Edge, Brave
Bestandsgrootte 631 KB
Aantal Installaties 553
Huidige Versie 1.1.1
Laatst Bijgewerkt 2023-03-23
Publicatiedatum 2022-10-26
Ontwikkelaar https://sechard.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sechard.com/
Help Pagina-URL https://sechard.atlassian.net/servicedesk
URL van de Privacybeleid Pagina https://sechard.com/privacy-policy
Ondersteunde Talen 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"
            }
        }
    }
}