Genius Hub - Lite

Quickly and easily adjust your Genius Hub system.

Co je Genius Hub - Lite?

Genius Hub - Lite je rozšíření Chrome vyvinuté http://nicholaslazzerini.com, a jeho hlavní funkcí je „Quickly and easily adjust your Genius Hub system.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Genius Hub - Lite

Stáhněte si soubory rozšíření Genius Hub - Lite ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Genius Hub - Lite Genius Hub - Lite
ID gnkejjcimppiomocmahbpfeimnobimfp
Oficiální URL https://chrome.google.com/webstore/detail/genius-hub-lite/gnkejjcimppiomocmahbpfeimnobimfp
Popis Quickly and easily adjust your Genius Hub system.
Velikost souboru 1.4 MB
Počet instalací 12
Aktuální Verze 1.0.1
Poslední Aktualizace 2018-10-18
Datum Vydání 2018-10-18
Vývojář http://nicholaslazzerini.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/nickimola/genius-hub-lite
URL Stránky Nápovědy https://github.com/nickimola/genius-hub-lite
Podporované Jazyky 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"
    }
}