SecHard

SecHard Browser Extension for Chrome, Edge, Brave

什么是SecHard?

SecHard是由https://sechard.com开发的Chrome扩展程序,该扩展的主要功能是“SecHard Browser Extension for Chrome, Edge, Brave”。

扩展截图

screenshot
screenshot
screenshot

下载SecHard扩展crx文件

下载SecHard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 SecHard SecHard
ID jklhiadiohgjnpddnekdmphgahkbnmmk
官方URL https://chromewebstore.google.com/detail/sechard/jklhiadiohgjnpddnekdmphgahkbnmmk
简介 SecHard Browser Extension for Chrome, Edge, Brave
文件大小 631 KB
安装次数 553
当前版本 1.1.1
更新时间 2023-03-23
上架时间 2022-10-26
开发者 https://sechard.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sechard.com/
帮助页面URL https://sechard.atlassian.net/servicedesk
隐私政策页面URL https://sechard.com/privacy-policy
支持的语言 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"
            }
        }
    }
}