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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}