CommonKey

CommonKey | team password management and sharing for collaborative companies.

What is CommonKey?

CommonKey is a Chrome extension developed by https://www.commonkey.com, and its main feature is "CommonKey | team password management and sharing for collaborative companies.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download CommonKey Extension CRX File

Download CommonKey extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name CommonKey CommonKey
ID chgfefjpcobfbnpmiokfjjaglahmnded
Official URL https://chromewebstore.google.com/detail/commonkey/chgfefjpcobfbnpmiokfjjaglahmnded
Description CommonKey | team password management and sharing for collaborative companies.
File Size 7.69 MB
Installation Count 2,937
Current Version 2022.10.5743
Last Updated 2022-10-04
Publish Date 2019-08-24
Rating 3.93/5 Total 40 Ratings
Developer https://www.commonkey.com
Email [email protected]
Payment Type free
Extension Website https://www.commonkey.com
Help Page URL http://www.commonkey.com/faq
Privacy Policy Page URL https://www.commonkey.com/privacy
Supported Languages 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"
    ]
}