Master Password Service
Keep all your passwords in one place
O que é Master Password Service?
Master Password Service é uma extensão do Chrome desenvolvida por Morgan Doakes, e sua principal característica é "Keep all your passwords in one place".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Master Password Service
Baixe arquivos de extensão Master Password Service no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Master Password Service |
ID | dkhlaaamlodakbipgedalcmcaehdjnnp |
URL Oficial | https://chromewebstore.google.com/detail/master-password-service/dkhlaaamlodakbipgedalcmcaehdjnnp |
Descrição | Keep all your passwords in one place |
Tamanho do Arquivo | 31.03 KB |
Contagem de Instalações | 27 |
Versão Atual | 1.0 |
Última Atualização | 2016-04-11 |
Data de Publicação | 2016-04-11 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Morgan Doakes |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://masterpasswordservice.hol.es/ |
Idiomas Suportados | 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\/" ] } |