EuSonLito - Password Manager

Easy Connect from Chrome with your own Password Manager Platform

What is EuSonLito - Password Manager?

EuSonLito - Password Manager is a Chrome extension developed by eordes, and its main feature is "Easy Connect from Chrome with your own Password Manager Platform".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download EuSonLito - Password Manager Extension CRX File

Download EuSonLito - Password Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name EuSonLito - Password Manager EuSonLito - Password Manager
ID mkbgfbjaoibojobjpimpkaofckkgknhi
Official URL https://chromewebstore.google.com/detail/eusonlito-password-manage/mkbgfbjaoibojobjpimpkaofckkgknhi
Description Easy Connect from Chrome with your own Password Manager Platform
File Size 23.47 KB
Installation Count 52
Current Version 0.0.2
Last Updated 2023-09-13
Publish Date 2022-04-07
Developer eordes
Email [email protected]
Payment Type free
Extension Website https://github.com/eusonlito/Password-Manager-Chrome
Help Page URL https://github.com/eusonlito/Password-Manager
Supported Languages 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:\/\/*\/*"
    ]
}