Securden

The most secure, web-based password management for teams of all sizes.

什麼是Securden?

Securden是由Securden開發的Chrome擴展程式,該擴展的主要功能是“The most secure, web-based password management for teams of all sizes.”。

擴展截圖

screenshot
screenshot
screenshot

下載Securden擴展crx文件

下載Securden擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Designed for security and crafted for IT teams, Securden's on-premise, self-hosted Password Manager lets you centrally store, organize, share, and keep track of all passwords.                    

擴展基本資訊

名稱 Securden Securden
ID efdfjhpgndbmnbihmegnpkeeiabjmcoh
官方網址 https://chromewebstore.google.com/detail/securden/efdfjhpgndbmnbihmegnpkeeiabjmcoh
簡介 The most secure, web-based password management for teams of all sizes.
檔案大小 461 KB
安裝次數 11,606
目前版本 2.9.5.0
更新時間 2024-02-14
上架時間 2020-05-23
評分 4.50/5 共 6 次評分
開發者 Securden
電子郵箱 [email protected]
付費類型 free
擴展官網 https://securden.com
隱私政策頁面URL https://www.securden.com/privacy-policy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Securden Inc.",
    "default_locale": "en",
    "name": "__MSG_Securden__",
    "description": "The most secure, web-based password management for teams of all sizes.",
    "homepage_url": "https:\/\/securden.com",
    "icons": {
        "16": "images\/logo-disable16.png",
        "48": "images\/logo48.png",
        "64": "images\/logo64.png",
        "96": "images\/logo96.png",
        "128": "images\/logo128.png"
    },
    "version": "2.9.5.0",
    "browser_action": {
        "default_icon": "images\/logo-disable20.png",
        "default_popup": "Securden_popup.html",
        "default_title": "Securden"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "activeTab",
        "storage",
        "privacy"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "content_security_policy": "default-src 'self';script-src 'self'; object-src 'self'; frame-src 'self'; style-src 'self';img-src * data: blob: filesystem:;connect-src * data: blob: filesystem:;",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/lib\/jquery.js",
            "js\/Securden_utils.js",
            "js\/Securden_BG.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/Securden_utils.js",
                "js\/Securden_CS.js",
                "js\/lib\/jquery.js",
                "js\/lib\/jquery.tabbable.min.js"
            ],
            "css": [
                "css\/content_script.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/logo16.png",
        "images\/circle-loading.gif",
        "\/html\/Securden_AccountSave.html",
        "\/html\/Securden_AccountUpdate.html",
        "\/html\/Securden_AccountWorkPersonalUpdate.html"
    ]
}