Good Life
Control you smart home hardware offered by "goodlife.pk"
Apa itu Good Life?
Good Life adalah ekstensi Chrome yang dikembangkan oleh https://goodlife.pk, dan fitur utamanya adalah "Control you smart home hardware offered by "goodlife.pk"".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Good Life
Unduh file ekstensi Good Life dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ajafjlgehekiamnnbmkekhjolgpobbba |
URL Resmi | https://chromewebstore.google.com/detail/good-life/ajafjlgehekiamnnbmkekhjolgpobbba |
Deskripsi | Control you smart home hardware offered by "goodlife.pk" |
Ukuran File | 207 KB |
Jumlah Instalasi | 33 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2021-04-18 |
Tanggal Publikasi | 2020-12-17 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://goodlife.pk |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://goodlife.pk |
URL Halaman Bantuan | http://support.goodlife.pk |
Bahasa yang Didukung | 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" } } |