ChromeGateMJD
Chrome client for MajorDoMo
What is ChromeGateMJD?
ChromeGateMJD is a Chrome extension developed by https://majordomo.smartliving.ru, and its main feature is "Chrome client for MajorDoMo".
Extension Screenshots
Download ChromeGateMJD Extension CRX File
Download ChromeGateMJD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Инструмент для включения режима распознавания голоса и отправки данных в систему MajorDoMo (majordomo.smartliving.ru)
Extension Basic Information
Name | |
ID | omhmgbciiabipommgcimlfbfpjgngipi |
Official URL | https://chromewebstore.google.com/detail/chromegatemjd/omhmgbciiabipommgcimlfbfpjgngipi |
Description | Chrome client for MajorDoMo |
File Size | 221 KB |
Installation Count | 1,793 |
Current Version | 1.3.4 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-07 |
Rating | 4.84/5 Total 44 Ratings |
Developer | https://majordomo.smartliving.ru |
[email protected] | |
Payment Type | free |
Extension Website | http://majordomo.smartliving.ru/ |
Help Page URL | http://majordomo.smartliving.ru/forum/viewtopic.php?f=5&t=2978 |
Supported Languages | 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" } |