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
官方網址 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"
    ]
}