SecHard

SecHard Browser Extension for Chrome, Edge, Brave

Cos'è SecHard?

SecHard è un'estensione di Chrome sviluppata da https://sechard.com, e la sua funzione principale è "SecHard Browser Extension for Chrome, Edge, Brave".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SecHard

Scarica i file di estensione SecHard 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

                        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.                    

Informazioni di Base sull'Estensione

Nome SecHard SecHard
ID jklhiadiohgjnpddnekdmphgahkbnmmk
URL Ufficiale https://chromewebstore.google.com/detail/sechard/jklhiadiohgjnpddnekdmphgahkbnmmk
Descrizione SecHard Browser Extension for Chrome, Edge, Brave
Dimensione del File 631 KB
Conteggio Installazioni 553
Versione Corrente 1.1.1
Ultimo Aggiornamento 2023-03-23
Data di Pubblicazione 2022-10-26
Sviluppatore https://sechard.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sechard.com/
URL della Pagina di Aiuto https://sechard.atlassian.net/servicedesk
URL della Pagina della Politica sulla Privacy https://sechard.com/privacy-policy
Lingue Supportate 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"
            }
        }
    }
}