Good Life
Control you smart home hardware offered by "goodlife.pk"
什么是Good Life?
Good Life是由https://goodlife.pk开发的Chrome扩展程序,该扩展的主要功能是“Control you smart home hardware offered by "goodlife.pk"”。
扩展截图
下载Good Life扩展crx文件
下载Good Life扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ajafjlgehekiamnnbmkekhjolgpobbba |
官方URL | https://chromewebstore.google.com/detail/good-life/ajafjlgehekiamnnbmkekhjolgpobbba |
简介 | Control you smart home hardware offered by "goodlife.pk" |
文件大小 | 207 KB |
安装次数 | 33 |
当前版本 | 2.0.0 |
更新时间 | 2021-04-18 |
上架时间 | 2020-12-17 |
评分 | 5.00/5 共2次评分 |
开发者 | https://goodlife.pk |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://goodlife.pk |
帮助页面URL | http://support.goodlife.pk |
支持的语言 | 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" } } |