Password Safe
Easy interface to Password Safe
Wat is Password Safe?
Password Safe is een Chrome-extensie ontwikkeld door https://safe.manki.in, en de belangrijkste functie is "Easy interface to Password Safe".
Extensie Screenshots
Download het CRX-bestand van de extensie Password Safe
Download Password Safe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Password Safe is a simple password manager that stores your passwords. This can also generate a unique password for each of your account. Password Safe uses standard PGP for encryption, so you can decrypt your data with any PGP program. This program also allows you to automatically backup your data to Google Drive (in encrypted form). Mobile users can open https://safe.manki.in/ on Chrome directly. There is also an Android app available at https://play.google.com/store/apps/details?id=in.manki.android.mpass CAUTION - If you ever forget your master password, it's almost impossible to recover your data. Make sure to choose a master password that you'll remember. - Since this app uses Google sign-in, do not store your Google account's password in Password Safe. You'll need to sign into your Google account before opening this app.
Basisinformatie over de Extensie
Naam | Password Safe |
ID | eidnidimopaahjfkneciofgpdfejoalj |
Officiële URL | https://chromewebstore.google.com/detail/password-safe/eidnidimopaahjfkneciofgpdfejoalj |
Beschrijving | Easy interface to Password Safe |
Bestandsgrootte | 997 KB |
Aantal Installaties | 263 |
Huidige Versie | 1.1.8 |
Laatst Bijgewerkt | 2022-01-09 |
Publicatiedatum | 2016-05-30 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://safe.manki.in |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://safe.manki.in/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Password Safe", "version": "1.1.8", "description": "Easy interface to Password Safe", "action": { "default_icon": "img\/icon.png", "default_title": "Password Safe", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "icons": { "48": "img\/icon.png" } } |