EuSonLito - Password Manager

Easy Connect from Chrome with your own Password Manager Platform

Cos'è EuSonLito - Password Manager?

EuSonLito - Password Manager è un'estensione di Chrome sviluppata da eordes, e la sua funzione principale è "Easy Connect from Chrome with your own Password Manager Platform".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione EuSonLito - Password Manager

Scarica i file di estensione EuSonLito - Password Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome EuSonLito - Password Manager EuSonLito - Password Manager
ID mkbgfbjaoibojobjpimpkaofckkgknhi
URL Ufficiale https://chromewebstore.google.com/detail/eusonlito-password-manage/mkbgfbjaoibojobjpimpkaofckkgknhi
Descrizione Easy Connect from Chrome with your own Password Manager Platform
Dimensione del File 23.47 KB
Conteggio Installazioni 52
Versione Corrente 0.0.2
Ultimo Aggiornamento 2023-09-13
Data di Pubblicazione 2022-04-07
Sviluppatore eordes
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/eusonlito/Password-Manager-Chrome
URL della Pagina di Aiuto https://github.com/eusonlito/Password-Manager
Lingue Supportate 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:\/\/*\/*"
    ]
}