Switcher for Lastpass

Quickly enable/disable the Lastpass Plugin.

Co to jest Switcher for Lastpass?

Switcher for Lastpass to rozszerzenie Chrome opracowane przez vdesmet93, a jego główną funkcją jest „Quickly enable/disable the Lastpass Plugin.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Switcher for Lastpass

Pobierz pliki rozszerzeń Switcher for Lastpass w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Switcher for Lastpass Switcher for Lastpass
ID kgdllopgpknhbnmagaiifhddjkchmeln
Oficjalny URL https://chromewebstore.google.com/detail/switcher-for-lastpass/kgdllopgpknhbnmagaiifhddjkchmeln
Opis Quickly enable/disable the Lastpass Plugin.
Rozmiar pliku 12.99 KB
Liczba instalacji 3,780
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2017-06-17
Data Publikacji 2017-06-17
Ocena 4.29/5 Łącznie 17 Oceny
Deweloper vdesmet93
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}