Genius Hub - Lite
Quickly and easily adjust your Genius Hub system.
O que é Genius Hub - Lite?
Genius Hub - Lite é uma extensão do Chrome desenvolvida por http://nicholaslazzerini.com, e sua principal característica é "Quickly and easily adjust your Genius Hub system.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Genius Hub - Lite
Baixe arquivos de extensão Genius Hub - Lite no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | gnkejjcimppiomocmahbpfeimnobimfp |
URL Oficial | https://chrome.google.com/webstore/detail/genius-hub-lite/gnkejjcimppiomocmahbpfeimnobimfp |
Descrição | Quickly and easily adjust your Genius Hub system. |
Tamanho do Arquivo | 1.4 MB |
Contagem de Instalações | 12 |
Versão Atual | 1.0.1 |
Última Atualização | 2018-10-18 |
Data de Publicação | 2018-10-18 |
Desenvolvedor | http://nicholaslazzerini.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/nickimola/genius-hub-lite |
URL da Página de Ajuda | https://github.com/nickimola/genius-hub-lite |
Idiomas Suportados | 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" } } |