Switcher for Lastpass

Quickly enable/disable the Lastpass Plugin.

Cos'è Switcher for Lastpass?

Switcher for Lastpass è un'estensione di Chrome sviluppata da vdesmet93, e la sua funzione principale è "Quickly enable/disable the Lastpass Plugin.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Switcher for Lastpass

Scarica i file di estensione Switcher for Lastpass 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

                        Quickly switch the enabled state of the Lastpass Plugin.
The extension will also remind you to disable the Lastpass plugin if you've left it enabled for over a minute.

This extension not affiliated, associated, authorized, or in any way officially connected with Lastpass.

Icons made by Dave Gandy from Flaticon. www.flaticon.com is licenced by CC BY 3.0. http://creativecommons.org/licenses/by/3.0/                    

Informazioni di Base sull'Estensione

Nome Switcher for Lastpass Switcher for Lastpass
ID kgdllopgpknhbnmagaiifhddjkchmeln
URL Ufficiale https://chromewebstore.google.com/detail/switcher-for-lastpass/kgdllopgpknhbnmagaiifhddjkchmeln
Descrizione Quickly enable/disable the Lastpass Plugin.
Dimensione del File 12.99 KB
Conteggio Installazioni 3,780
Versione Corrente 1.1.0
Ultimo Aggiornamento 2017-06-17
Data di Pubblicazione 2017-06-17
Valutazione 4.29/5 Totale 17 Valutazioni
Sviluppatore vdesmet93
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Switcher for Lastpass",
    "description": "Quickly enable\/disable the Lastpass Plugin.",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "key.png",
        "32": "[email protected]",
        "48": "key-48.png",
        "64": "key-64.png",
        "128": "key-128.png"
    },
    "browser_action": {
        "name": "Click to change the icon's color"
    },
    "permissions": [
        "management",
        "notifications"
    ],
    "manifest_version": 2
}