CommonKey

CommonKey | team password management and sharing for collaborative companies.

Qu'est-ce que CommonKey ?

CommonKey est une extension Chrome développée par https://www.commonkey.com, et sa fonction principale est "CommonKey | team password management and sharing for collaborative companies.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CommonKey

Téléchargez les fichiers d'extension CommonKey au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom CommonKey CommonKey
ID chgfefjpcobfbnpmiokfjjaglahmnded
URL Officiel https://chromewebstore.google.com/detail/commonkey/chgfefjpcobfbnpmiokfjjaglahmnded
Description CommonKey | team password management and sharing for collaborative companies.
Taille du Fichier 7.69 MB
Nombre d'Installations 2,937
Version Actuelle 2022.10.5743
Dernière Mise à Jour 2022-10-04
Date de Publication 2019-08-24
Évaluation 3.93/5 Total 40 Évaluations
Développeur https://www.commonkey.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.commonkey.com
URL de la Page d'Aide http://www.commonkey.com/faq
URL de la Page de Politique de Confidentialité https://www.commonkey.com/privacy
Langues Prises en Charge 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"
    ]
}