Good Life

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

Qu'est-ce que Good Life ?

Good Life est une extension Chrome développée par https://goodlife.pk, et sa fonction principale est "Control you smart home hardware offered by "goodlife.pk"".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Good Life

Téléchargez les fichiers d'extension Good Life au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Good Life Good Life
ID ajafjlgehekiamnnbmkekhjolgpobbba
URL Officiel https://chromewebstore.google.com/detail/good-life/ajafjlgehekiamnnbmkekhjolgpobbba
Description Control you smart home hardware offered by "goodlife.pk"
Taille du Fichier 207 KB
Nombre d'Installations 33
Version Actuelle 2.0.0
Dernière Mise à Jour 2021-04-18
Date de Publication 2020-12-17
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://goodlife.pk
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://goodlife.pk
URL de la Page d'Aide http://support.goodlife.pk
Langues Prises en Charge 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"
    }
}