EuSonLito - Password Manager
Easy Connect from Chrome with your own Password Manager Platform
Wat is EuSonLito - Password Manager?
EuSonLito - Password Manager is een Chrome-extensie ontwikkeld door eordes, en de belangrijkste functie is "Easy Connect from Chrome with your own Password Manager Platform".
Extensie Screenshots
Download het CRX-bestand van de extensie EuSonLito - Password Manager
Download EuSonLito - Password Manager-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | mkbgfbjaoibojobjpimpkaofckkgknhi |
| Officiële URL | https://chromewebstore.google.com/detail/eusonlito-password-manage/mkbgfbjaoibojobjpimpkaofckkgknhi |
| Beschrijving | Easy Connect from Chrome with your own Password Manager Platform |
| Bestandsgrootte | 23.47 KB |
| Aantal Installaties | 52 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2023-09-13 |
| Publicatiedatum | 2022-04-07 |
| Ontwikkelaar | eordes |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/eusonlito/Password-Manager-Chrome |
| Help Pagina-URL | https://github.com/eusonlito/Password-Manager |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |