CommonKey

CommonKey | team password management and sharing for collaborative companies.

什么是CommonKey?

CommonKey是由https://www.commonkey.com开发的Chrome扩展程序,该扩展的主要功能是“CommonKey | team password management and sharing for collaborative companies.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载CommonKey扩展crx文件

下载CommonKey扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 CommonKey CommonKey
ID chgfefjpcobfbnpmiokfjjaglahmnded
官方URL https://chromewebstore.google.com/detail/commonkey/chgfefjpcobfbnpmiokfjjaglahmnded
简介 CommonKey | team password management and sharing for collaborative companies.
文件大小 7.69 MB
安装次数 2,937
当前版本 2022.10.5743
更新时间 2022-10-04
上架时间 2019-08-24
评分 3.93/5 共40次评分
开发者 https://www.commonkey.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.commonkey.com
帮助页面URL http://www.commonkey.com/faq
隐私政策页面URL https://www.commonkey.com/privacy
支持的语言 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"
    ]
}