Good Life
Control you smart home hardware offered by "goodlife.pk"
What is Good Life?
Good Life is a Chrome extension developed by https://goodlife.pk, and its main feature is "Control you smart home hardware offered by "goodlife.pk"".
Extension Screenshots
Download Good Life Extension CRX File
Download Good Life extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
You can get Good Life hardware from goodlife.pk and control your smart home devices with this extension. Sign in using same email and password you use to sign in to Good Life android app.
Extension Basic Information
Name | |
ID | ajafjlgehekiamnnbmkekhjolgpobbba |
Official URL | https://chromewebstore.google.com/detail/good-life/ajafjlgehekiamnnbmkekhjolgpobbba |
Description | Control you smart home hardware offered by "goodlife.pk" |
File Size | 207 KB |
Installation Count | 33 |
Current Version | 2.0.0 |
Last Updated | 2021-04-18 |
Publish Date | 2020-12-17 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://goodlife.pk |
[email protected] | |
Payment Type | free |
Extension Website | http://goodlife.pk |
Help Page URL | http://support.goodlife.pk |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Good Life", "description": "Control you smart home hardware offered by \"goodlife.pk\"", "version": "2.0.0", "manifest_version": 2, "homepage_url": "http:\/\/goodlife.pk\/", "permissions": [ "notifications" ], "offline_enabled": true, "options_ui": { "page": "options.html" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" } } |