ChromeGateMJD
Chrome client for MajorDoMo
Qu'est-ce que ChromeGateMJD ?
ChromeGateMJD est une extension Chrome développée par https://majordomo.smartliving.ru, et sa fonction principale est "Chrome client for MajorDoMo".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChromeGateMJD
Téléchargez les fichiers d'extension ChromeGateMJD 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
Инструмент для включения режима распознавания голоса и отправки данных в систему MajorDoMo (majordomo.smartliving.ru)
Informations de Base sur l'Extension
Nom | |
ID | omhmgbciiabipommgcimlfbfpjgngipi |
URL Officiel | https://chromewebstore.google.com/detail/chromegatemjd/omhmgbciiabipommgcimlfbfpjgngipi |
Description | Chrome client for MajorDoMo |
Taille du Fichier | 221 KB |
Nombre d'Installations | 1,793 |
Version Actuelle | 1.3.4 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-07 |
Évaluation | 4.84/5 Total 44 Évaluations |
Développeur | https://majordomo.smartliving.ru |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://majordomo.smartliving.ru/ |
URL de la Page d'Aide | http://majordomo.smartliving.ru/forum/viewtopic.php?f=5&t=2978 |
Langues Prises en Charge | 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" } |