Good Life
Control you smart home hardware offered by "goodlife.pk"
Wat is Good Life?
Good Life is een Chrome-extensie ontwikkeld door https://goodlife.pk, en de belangrijkste functie is "Control you smart home hardware offered by "goodlife.pk"".
Extensie Screenshots
Download het CRX-bestand van de extensie Good Life
Download Good Life-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ajafjlgehekiamnnbmkekhjolgpobbba |
Officiële URL | https://chromewebstore.google.com/detail/good-life/ajafjlgehekiamnnbmkekhjolgpobbba |
Beschrijving | Control you smart home hardware offered by "goodlife.pk" |
Bestandsgrootte | 207 KB |
Aantal Installaties | 33 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2021-04-18 |
Publicatiedatum | 2020-12-17 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://goodlife.pk |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://goodlife.pk |
Help Pagina-URL | http://support.goodlife.pk |
Ondersteunde Talen | 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" } } |