Genius Hub - Lite
Quickly and easily adjust your Genius Hub system.
Τι είναι το Genius Hub - Lite;
Το Genius Hub - Lite είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://nicholaslazzerini.com, και η κύρια λειτουργία του είναι "Quickly and easily adjust your Genius Hub system.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Genius Hub - Lite
Λήψη αρχείων επέκτασης Genius Hub - Lite σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gnkejjcimppiomocmahbpfeimnobimfp |
Επίσημο URL | https://chrome.google.com/webstore/detail/genius-hub-lite/gnkejjcimppiomocmahbpfeimnobimfp |
Περιγραφή | Quickly and easily adjust your Genius Hub system. |
Μέγεθος Αρχείου | 1.4 MB |
Αριθμός Εγκαταστάσεων | 12 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2018-10-18 |
Ημερομηνία Δημοσίευσης | 2018-10-18 |
Προγραμματιστής | http://nicholaslazzerini.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/nickimola/genius-hub-lite |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/nickimola/genius-hub-lite |
Υποστηριζόμενες Γλώσσες | 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" } } |