CommonKey

CommonKey | team password management and sharing for collaborative companies.

Hvad er CommonKey?

CommonKey er en Chrome-udvidelse udviklet af https://www.commonkey.com, og dens hovedfunktion er "CommonKey | team password management and sharing for collaborative companies.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download CommonKey-udvidelses-CRX-fil

Download CommonKey-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Protect the keys to your company with CommonKey, your team password manager for sharing and collaboration!

CommonKey helps company's securely manage and share passwords across teams. Ditch the Google doc filled with passwords, increase productivity, and control user access with a click of a button. 

Designed for collaborative and growing companies, CommonKey is a simple and intuitive password manager. Built in the cloud and encrypted using leading industry enterprise security standards, access to your company's applications are with you wherever your company takes you!

Looking for more information or how to set up your common key? Check us out at http://www.commonkey.com                    

Grundlæggende oplysninger om udvidelsen

Navn CommonKey CommonKey
ID chgfefjpcobfbnpmiokfjjaglahmnded
Officiel URL https://chromewebstore.google.com/detail/commonkey/chgfefjpcobfbnpmiokfjjaglahmnded
Beskrivelse CommonKey | team password management and sharing for collaborative companies.
Filstørrelse 7.69 MB
Antal Installationer 2,937
Nuværende Version 2022.10.5743
Senest Opdateret 2022-10-04
Udgivelsesdato 2019-08-24
Bedømmelse 3.93/5 Samlet 40 Bedømmelser
Udvikler https://www.commonkey.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.commonkey.com
Hjælpeside-URL http://www.commonkey.com/faq
URL til Fortrolighedspolitik Side https://www.commonkey.com/privacy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2022.10.5743",
    "manifest_version": 2,
    "name": "CommonKey",
    "description": "CommonKey | team password management and sharing for collaborative companies.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/shield-19-bw.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "webNavigation",
        "webRequest",
        "notifications",
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "web_accessible_resources": [
        "widget.html",
        "img\/logo-16.png",
        "lib\/welcome-page\/index.html",
        "lib\/welcome-page\/firefox-index.html"
    ]
}