Switcher for Lastpass
Quickly enable/disable the Lastpass Plugin.
Qu'est-ce que Switcher for Lastpass ?
Switcher for Lastpass est une extension Chrome développée par vdesmet93, et sa fonction principale est "Quickly enable/disable the Lastpass Plugin.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Switcher for Lastpass
Téléchargez les fichiers d'extension Switcher for Lastpass au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Switcher for Lastpass |
ID | kgdllopgpknhbnmagaiifhddjkchmeln |
URL Officiel | https://chromewebstore.google.com/detail/switcher-for-lastpass/kgdllopgpknhbnmagaiifhddjkchmeln |
Description | Quickly enable/disable the Lastpass Plugin. |
Taille du Fichier | 12.99 KB |
Nombre d'Installations | 3,780 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2017-06-17 |
Date de Publication | 2017-06-17 |
Évaluation | 4.29/5 Total 17 Évaluations |
Développeur | vdesmet93 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |