Genius Hub - Lite

Quickly and easily adjust your Genius Hub system.

Genius Hub - Lite क्या है?

Genius Hub - Lite http://nicholaslazzerini.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly and easily adjust your Genius Hub system."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Genius Hub - Lite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Genius Hub - Lite Genius Hub - Lite
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"
    }
}