Genius Hub - Lite
Quickly and easily adjust your Genius Hub system.
Qu'est-ce que Genius Hub - Lite ?
Genius Hub - Lite est une extension Chrome développée par http://nicholaslazzerini.com, et sa fonction principale est "Quickly and easily adjust your Genius Hub system.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Genius Hub - Lite
Téléchargez les fichiers d'extension Genius Hub - Lite 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
This extension provides a quick and easy way to adjust the heating on a specific room without having to open the entire app. The idea came to my mind when working from home: I was feeling a bit cold and I had to open a new tab on Chrome, navigate to the genius website, login to the app and adjust the room in which I was working on. Altough this wasn't really "time consuming", I wish there was a quicker way to do it. Well, there is now! Thanks to this extension, all you have to do (after you set it up the first time) is to click on the icon that lives in the Chrome extension panel and adjust the room you want to. Is that simple! from wherever you are, you can easily adjust your room with ease.
Informations de Base sur l'Extension
Nom | |
ID | gnkejjcimppiomocmahbpfeimnobimfp |
URL Officiel | https://chrome.google.com/webstore/detail/genius-hub-lite/gnkejjcimppiomocmahbpfeimnobimfp |
Description | Quickly and easily adjust your Genius Hub system. |
Taille du Fichier | 1.4 MB |
Nombre d'Installations | 12 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2018-10-18 |
Date de Publication | 2018-10-18 |
Développeur | http://nicholaslazzerini.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/nickimola/genius-hub-lite |
URL de la Page d'Aide | https://github.com/nickimola/genius-hub-lite |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Genius Hub - Lite", "short_name": "genius-hub-lite", "version": "1.0.1", "manifest_version": 2, "description": "Quickly and easily adjust your Genius Hub system.", "homepage_url": "https:\/\/www.geniushub.co.uk", "icons": { "16": "assets\/images\/chromeIcons\/icon16.png", "48": "assets\/images\/chromeIcons\/icon48.png", "128": "assets\/images\/chromeIcons\/icon128.png" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ", "browser_action": { "default_popup": "index.html" } } |