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""입니다.

확장 프로그램 스크린샷

screenshot

Good Life 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Good Life Good Life
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"
    }
}