CommonKey

CommonKey | team password management and sharing for collaborative companies.

Τι είναι το CommonKey;

Το CommonKey είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.commonkey.com, και η κύρια λειτουργία του είναι "CommonKey | team password management and sharing for collaborative companies.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CommonKey

Λήψη αρχείων επέκτασης 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"
    ]
}