Cockatoo

Secure password aggregator.

Cockatoo क्या है?

Cockatoo https://cctoo.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Secure password aggregator."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Cockatoo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Secure password aggregator - a simple tool that can derive strong passwords for your numerous web accounts. From now on a single secret gesture is all you need to remember. By using a cryptographic hash function and additional information you provide (the site name and, optionally, the hash salt), this extension turns your single secret gesture (or a master-password) into a particular password for any website you need. Then, it just puts the result in an active input field in your open browser tab. Everything works in a fully autonomous manner on your device - it doesn't keep information neither locally nor sends it anywhere.                    

एक्सटेंशन की मूल जानकारी

नाम Cockatoo Cockatoo
ID hbalpgjjkdhnenebiafhnjmcpjnmhpkh
आधिकारिक URL https://chromewebstore.google.com/detail/cockatoo/hbalpgjjkdhnenebiafhnjmcpjnmhpkh
विवरण Secure password aggregator.
फ़ाइल का आकार 411 KB
स्थापना संख्या 43
वर्तमान संस्करण 4.4
अंतिम अपडेट 2021-06-03
प्रकाशन तिथि 2019-09-28
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://cctoo.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cctoo.org/ccstart.html
सहायता पृष्ठ URL https://cctoo.org/autnotes.html
गोपनीयता नीति पृष्ठ URL http://cctoo.org/ppolicy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cockatoo",
    "short_name": "Cockatoo",
    "description": "Secure password aggregator.",
    "author": "Alex Anderson",
    "version": "4.4",
    "icons": {
        "16": "icon16m.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19m.png",
            "38": "icon38m.png"
        },
        "default_title": "Cockatoo",
        "default_popup": "cockatoo.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab"
    ]
}