Securden

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

Vad är Securden?

Securden är en Chrome-tillägg utvecklad av Securden, och dess huvudfunktion är "The most secure, web-based password management for teams of all sizes.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Securden-förlängningens CRX-fil

Ladda ner Securden-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Securden Securden
ID efdfjhpgndbmnbihmegnpkeeiabjmcoh
Officiell webbadress https://chromewebstore.google.com/detail/securden/efdfjhpgndbmnbihmegnpkeeiabjmcoh
Beskrivning The most secure, web-based password management for teams of all sizes.
Filstorlek 461 KB
Antal Installationer 11,606
Aktuell Version 2.9.5.0
Senast Uppdaterad 2024-02-14
Publiceringsdatum 2020-05-23
Betyg 4.50/5 Totalt 6 Betyg
Utvecklare Securden
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://securden.com
URL till Sekretesspolicy Sidan https://www.securden.com/privacy-policy.html
Stödda Språk 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"
    ]
}