Switcher for Lastpass
Quickly enable/disable the Lastpass Plugin.
Was ist Switcher for Lastpass?
Switcher for Lastpass ist eine Chrome-Erweiterung, die von vdesmet93 entwickelt wurde, und ihr Hauptmerkmal ist "Quickly enable/disable the Lastpass Plugin.".
Erweiterungsscreenshots
Switcher for Lastpass-Erweiterungs-CRX-Datei herunterladen
Laden Sie Switcher for Lastpass-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | Switcher for Lastpass |
ID | kgdllopgpknhbnmagaiifhddjkchmeln |
Offizielle URL | https://chromewebstore.google.com/detail/switcher-for-lastpass/kgdllopgpknhbnmagaiifhddjkchmeln |
Beschreibung | Quickly enable/disable the Lastpass Plugin. |
Dateigröße | 12.99 KB |
Installationsanzahl | 3,780 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2017-06-17 |
Veröffentlichungsdatum | 2017-06-17 |
Bewertung | 4.29/5 Insgesamt 17 Bewertungen |
Entwickler | vdesmet93 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |