Master Password Service
Keep all your passwords in one place
Cos'è Master Password Service?
Master Password Service è un'estensione di Chrome sviluppata da Morgan Doakes, e la sua funzione principale è "Keep all your passwords in one place".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Master Password Service
Scarica i file di estensione Master Password Service in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Master Password Service |
ID | dkhlaaamlodakbipgedalcmcaehdjnnp |
URL Ufficiale | https://chromewebstore.google.com/detail/master-password-service/dkhlaaamlodakbipgedalcmcaehdjnnp |
Descrizione | Keep all your passwords in one place |
Dimensione del File | 31.03 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-04-11 |
Data di Pubblicazione | 2016-04-11 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Morgan Doakes |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://masterpasswordservice.hol.es/ |
Lingue Supportate | 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\/" ] } |