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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}