Master Password Service
Keep all your passwords in one place
Qu'est-ce que Master Password Service ?
Master Password Service est une extension Chrome développée par Morgan Doakes, et sa fonction principale est "Keep all your passwords in one place".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Master Password Service
Téléchargez les fichiers d'extension Master Password Service 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
Using the same password for all of your web accounts is a monumentally bad idea, massively lowering your account security. However, it can be incredibly difficult to remember a seperate password for all of your accounts. Enter the Master Password Service! Now you only need one password without compromising security. When you make an account for anything, simply enter your one Master Password and the name of the service you're signing up for above (eg. Skype) and we'll tell you the password to use. Then, when you want to log in again, enter the same information and the same password will be generated again! All of your passwords in one place.
Informations de Base sur l'Extension
Nom | Master Password Service |
ID | dkhlaaamlodakbipgedalcmcaehdjnnp |
URL Officiel | https://chromewebstore.google.com/detail/master-password-service/dkhlaaamlodakbipgedalcmcaehdjnnp |
Description | Keep all your passwords in one place |
Taille du Fichier | 31.03 KB |
Nombre d'Installations | 27 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-04-11 |
Date de Publication | 2016-04-11 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Morgan Doakes |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://masterpasswordservice.hol.es/ |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Master Password Service", "short_name": "MPS", "description": "Keep all your passwords in one place", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |