CommonKey

CommonKey | team password management and sharing for collaborative companies.

CommonKey क्या है?

CommonKey https://www.commonkey.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CommonKey | team password management and sharing for collaborative companies."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CommonKey एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}