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 |
Eメール | [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" } } |