EuSonLito - Password Manager

Easy Connect from Chrome with your own Password Manager Platform

Hvad er EuSonLito - Password Manager?

EuSonLito - Password Manager er en Chrome-udvidelse udviklet af eordes, og dens hovedfunktion er "Easy Connect from Chrome with your own Password Manager Platform".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download EuSonLito - Password Manager-udvidelses-CRX-fil

Download EuSonLito - Password Manager-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn EuSonLito - Password Manager EuSonLito - Password Manager
ID mkbgfbjaoibojobjpimpkaofckkgknhi
Officiel URL https://chromewebstore.google.com/detail/eusonlito-password-manage/mkbgfbjaoibojobjpimpkaofckkgknhi
Beskrivelse Easy Connect from Chrome with your own Password Manager Platform
Filstørrelse 23.47 KB
Antal Installationer 52
Nuværende Version 0.0.2
Senest Opdateret 2023-09-13
Udgivelsesdato 2022-04-07
Udvikler eordes
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/eusonlito/Password-Manager-Chrome
Hjælpeside-URL https://github.com/eusonlito/Password-Manager
Understøttede Sprog 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:\/\/*\/*"
    ]
}