EuSonLito - Password Manager
Easy Connect from Chrome with your own Password Manager Platform
Vad är EuSonLito - Password Manager?
EuSonLito - Password Manager är en Chrome-tillägg utvecklad av eordes, och dess huvudfunktion är "Easy Connect from Chrome with your own Password Manager Platform".
Tilläggsskärmbilder
Ladda ner EuSonLito - Password Manager-förlängningens CRX-fil
Ladda ner EuSonLito - Password Manager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | EuSonLito - Password Manager |
ID | mkbgfbjaoibojobjpimpkaofckkgknhi |
Officiell webbadress | https://chromewebstore.google.com/detail/eusonlito-password-manage/mkbgfbjaoibojobjpimpkaofckkgknhi |
Beskrivning | Easy Connect from Chrome with your own Password Manager Platform |
Filstorlek | 23.47 KB |
Antal Installationer | 52 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2023-09-13 |
Publiceringsdatum | 2022-04-07 |
Utvecklare | eordes |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/eusonlito/Password-Manager-Chrome |
Hjälpsida URL | https://github.com/eusonlito/Password-Manager |
Stödda Språk | 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:\/\/*\/*" ] } |