ChromeGateMJD

Chrome client for MajorDoMo

Was ist ChromeGateMJD?

ChromeGateMJD ist eine Chrome-Erweiterung, die von https://majordomo.smartliving.ru entwickelt wurde, und ihr Hauptmerkmal ist "Chrome client for MajorDoMo".

Erweiterungsscreenshots

screenshot

ChromeGateMJD-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChromeGateMJD-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Инструмент для включения режима распознавания голоса и отправки данных в систему MajorDoMo (majordomo.smartliving.ru)                    

Grundlegende Informationen zur Erweiterung

Name ChromeGateMJD ChromeGateMJD
ID omhmgbciiabipommgcimlfbfpjgngipi
Offizielle URL https://chromewebstore.google.com/detail/chromegatemjd/omhmgbciiabipommgcimlfbfpjgngipi
Beschreibung Chrome client for MajorDoMo
Dateigröße 221 KB
Installationsanzahl 1,793
Aktuelle Version 1.3.4
Letztes Update 2019-03-08
Veröffentlichungsdatum 2019-03-07
Bewertung 4.84/5 Insgesamt 44 Bewertungen
Entwickler https://majordomo.smartliving.ru
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://majordomo.smartliving.ru/
Hilfeseite URL http://majordomo.smartliving.ru/forum/viewtopic.php?f=5&t=2978
Unterstützte Sprachen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ChromeGateMJD",
    "description": "Chrome client for MajorDoMo",
    "version": "1.3.4",
    "author": "UseYoVoice",
    "offline_enabled": false,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/lib\/require.js",
            "js\/init.js",
            "js\/main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "options_page": "options.html"
}