Good Life

Control you smart home hardware offered by "goodlife.pk"

ما هو Good Life؟

Good Life هو إضافة Chrome تم تطويرها بواسطة https://goodlife.pk، والميزة الرئيسية لها هي "Control you smart home hardware offered by "goodlife.pk"".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Good Life

قم بتنزيل ملفات الامتداد Good Life بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}