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
官方網址 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"
            }
        }
    }
}