Modern Password Manager
Browser Extension for the self-hosted password manager that is available at https://github.com/BenjaminHae/modern-password-manager.…
Qu'est-ce que Modern Password Manager ?
Modern Password Manager est une extension Chrome développée par bradevelop, et sa fonction principale est "Browser Extension for the self-hosted password manager that is available at https://github.com/BenjaminHae/modern-password-manager.…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Modern Password Manager
Téléchargez les fichiers d'extension Modern Password Manager 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
Browser Extension for the self-hosted password manager that is available at https://github.com/BenjaminHae/modern-password-manager. Allows the user to use accounts from the self-hosted instance for logging in on webpages. Offers access through popup (viewing/selecting accounts for origin of current tab) and context menu (inserting passwords and username).
Informations de Base sur l'Extension
Nom | Modern Password Manager |
ID | nicghopbfhgnjbbkdhkhaiekhpdjdfge |
URL Officiel | https://chromewebstore.google.com/detail/modern-password-manager/nicghopbfhgnjbbkdhkhaiekhpdjdfge |
Description | Browser Extension for the self-hosted password manager that is available at https://github.com/BenjaminHae/modern-password-manager.… |
Taille du Fichier | 543 KB |
Nombre d'Installations | 55 |
Version Actuelle | 0.5.1 |
Dernière Mise à Jour | 2021-03-31 |
Date de Publication | 2020-12-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | bradevelop |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/BenjaminHae/modern-password-manager |
URL de la Page d'Aide | https://github.com/BenjaminHae/modern-password-manager/issues |
URL de la Page de Politique de Confidentialité | https://github.com/BenjaminHae/PwChromeExtension/blob/master/dataprivacy.md |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Modern Password Manager", "version": "0.5.1", "permissions": [ "activeTab", "*:\/\/*\/*", "contextMenus", "storage" ], "browser_action": { "default_popup": "popup\/index.html", "default_icon": "assets\/iconLoggedOut.png", "default_title": "Modern Password Manager" }, "content_scripts": [ { "js": [ "contentscript.js" ], "run_at": "document_idle", "all_frames": true, "matches": [ " |