Cockatoo
Secure password aggregator.
Qu'est-ce que Cockatoo ?
Cockatoo est une extension Chrome développée par https://cctoo.org, et sa fonction principale est "Secure password aggregator.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cockatoo
Téléchargez les fichiers d'extension Cockatoo 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
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.
Informations de Base sur l'Extension
Nom | |
ID | hbalpgjjkdhnenebiafhnjmcpjnmhpkh |
URL Officiel | https://chromewebstore.google.com/detail/cockatoo/hbalpgjjkdhnenebiafhnjmcpjnmhpkh |
Description | Secure password aggregator. |
Taille du Fichier | 411 KB |
Nombre d'Installations | 43 |
Version Actuelle | 4.4 |
Dernière Mise à Jour | 2021-06-03 |
Date de Publication | 2019-09-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://cctoo.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://cctoo.org/ccstart.html |
URL de la Page d'Aide | https://cctoo.org/autnotes.html |
URL de la Page de Politique de Confidentialité | http://cctoo.org/ppolicy.html |
Langues Prises en Charge | 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" ] } |