Securden

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

Securden là gì?

Securden là một tiện ích mở rộng Chrome được phát triển bởi Securden, và tính năng chính của nó là "The most secure, web-based password management for teams of all sizes.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Securden

Tải xuống các tệp mở rộng Securden dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Securden Securden
ID efdfjhpgndbmnbihmegnpkeeiabjmcoh
URL Chính Thức https://chromewebstore.google.com/detail/securden/efdfjhpgndbmnbihmegnpkeeiabjmcoh
Mô tả The most secure, web-based password management for teams of all sizes.
Kích Thước Tệp 461 KB
Số Lần Cài Đặt 11,606
Phiên Bản Hiện Tại 2.9.5.0
Cập Nhật Lần Cuối 2024-02-14
Ngày Phát Hành 2020-05-23
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Securden
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://securden.com
URL Trang Chính Sách Bảo Mật https://www.securden.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}