ChromeGateMJD
Chrome client for MajorDoMo
Wat is ChromeGateMJD?
ChromeGateMJD is een Chrome-extensie ontwikkeld door https://majordomo.smartliving.ru, en de belangrijkste functie is "Chrome client for MajorDoMo".
Extensie Screenshots
Download het CRX-bestand van de extensie ChromeGateMJD
Download ChromeGateMJD-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Инструмент для включения режима распознавания голоса и отправки данных в систему MajorDoMo (majordomo.smartliving.ru)
Basisinformatie over de Extensie
Naam | |
ID | omhmgbciiabipommgcimlfbfpjgngipi |
Officiële URL | https://chromewebstore.google.com/detail/chromegatemjd/omhmgbciiabipommgcimlfbfpjgngipi |
Beschrijving | Chrome client for MajorDoMo |
Bestandsgrootte | 221 KB |
Aantal Installaties | 1,793 |
Huidige Versie | 1.3.4 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-07 |
Beoordeling | 4.84/5 Totaal 44 Beoordelingen |
Ontwikkelaar | https://majordomo.smartliving.ru |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://majordomo.smartliving.ru/ |
Help Pagina-URL | http://majordomo.smartliving.ru/forum/viewtopic.php?f=5&t=2978 |
Ondersteunde Talen | 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" } |