EuSonLito - Password Manager
Easy Connect from Chrome with your own Password Manager Platform
Qu'est-ce que EuSonLito - Password Manager ?
EuSonLito - Password Manager est une extension Chrome développée par eordes, et sa fonction principale est "Easy Connect from Chrome with your own Password Manager Platform".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EuSonLito - Password Manager
Téléchargez les fichiers d'extension EuSonLito - 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
This Chrome extension connects with Password Manager Platform https://github.com/eusonlito/Password-Manager to allow access to passwords directly from any website. Source Code published in https://github.com/eusonlito/Password-Manager-Chrome
Informations de Base sur l'Extension
Nom | EuSonLito - Password Manager |
ID | mkbgfbjaoibojobjpimpkaofckkgknhi |
URL Officiel | https://chromewebstore.google.com/detail/eusonlito-password-manage/mkbgfbjaoibojobjpimpkaofckkgknhi |
Description | Easy Connect from Chrome with your own Password Manager Platform |
Taille du Fichier | 23.47 KB |
Nombre d'Installations | 52 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2023-09-13 |
Date de Publication | 2022-04-07 |
Développeur | eordes |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/eusonlito/Password-Manager-Chrome |
URL de la Page d'Aide | https://github.com/eusonlito/Password-Manager |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EuSonLito - Password Manager", "description": "Easy Connect from Chrome with your own Password Manager Platform", "version": "0.0.2", "manifest_version": 3, "author": "Lito", "icons": { "128": "icon.png" }, "action": { "default_title": "Password Manager", "default_icon": "icon.png" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "activeTab", "tabs", "scripting", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |