Good Life
Control you smart home hardware offered by "goodlife.pk"
Was ist Good Life?
Good Life ist eine Chrome-Erweiterung, die von https://goodlife.pk entwickelt wurde, und ihr Hauptmerkmal ist "Control you smart home hardware offered by "goodlife.pk"".
Erweiterungsscreenshots
Good Life-Erweiterungs-CRX-Datei herunterladen
Laden Sie Good Life-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ajafjlgehekiamnnbmkekhjolgpobbba |
Offizielle URL | https://chromewebstore.google.com/detail/good-life/ajafjlgehekiamnnbmkekhjolgpobbba |
Beschreibung | Control you smart home hardware offered by "goodlife.pk" |
Dateigröße | 207 KB |
Installationsanzahl | 33 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2021-04-18 |
Veröffentlichungsdatum | 2020-12-17 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://goodlife.pk |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://goodlife.pk |
Hilfeseite URL | http://support.goodlife.pk |
Unterstützte Sprachen | 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" } } |