Passky - Password Manager
Simple, modern, open source and secure password manager.
O que é Passky - Password Manager?
Passky - Password Manager é uma extensão do Chrome desenvolvida por https://passky.org, e sua principal característica é "Simple, modern, open source and secure password manager.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Passky - Password Manager
Baixe arquivos de extensão Passky - Password Manager 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
With Passky, you can easily and securely store all of your passwords in one place. Say goodbye to the hassle of remembering multiple complex passwords - with Passky, all you need is one master password to access all of your accounts. Passky uses advanced encryption technology to keep your passwords safe and secure, so you can have peace of mind knowing that your sensitive information is protected. Plus, Passky is easy to use and available on all of your devices, so you can access your passwords wherever you go. Try Passky today and take control of your online security!
Informações Básicas da Extensão
Nome | Passky - Password Manager |
ID | ngncpgfjhnkgfcjamgljadegplonbihi |
URL Oficial | https://chromewebstore.google.com/detail/passky-password-manager/ngncpgfjhnkgfcjamgljadegplonbihi |
Descrição | Simple, modern, open source and secure password manager. |
Tamanho do Arquivo | 412 KB |
Contagem de Instalações | 612 |
Versão Atual | 8.1.1 |
Última Atualização | 2023-01-28 |
Data de Publicação | 2021-05-31 |
Classificação | 4.20/5 Total de 5 Avaliações |
Desenvolvedor | https://passky.org |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://passky.org |
URL da Página de Ajuda | https://github.com/Rabbit-Company |
URL da Página de Política de Privacidade | https://passky.org/PrivacyPolicy.pdf |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Passky - Password Manager", "description": "Simple, modern, open source and secure password manager.", "version": "8.1.1", "manifest_version": 3, "author": "Rabbit Company LLC", "homepage_url": "https:\/\/passky.org", "permissions": [ "clipboardWrite", "activeTab", "storage" ], "action": { "default_icon": "\/images\/logo32.png", "default_title": "Passky", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_idle", "all_frames": false, "match_about_blank": false } ], "content_security_policy": { "extension_pages": "script-src 'self'; base-uri 'none'; object-src 'none'; form-action 'self'; frame-ancestors 'none'; worker-src 'self';" }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" }, "browser_specific_settings": { "gecko": { "id": "{c27461c5-20e7-47b4-9e82-9f48e8d5e005}" } } } |