mendan.net remote desktop
mendan.net remote desktop
What is mendan.net remote desktop?
mendan.net remote desktop is a Chrome extension developed by NEURONET Inc., and its main feature is "mendan.net remote desktop".
Extension Screenshots
Download mendan.net remote desktop Extension CRX File
Download mendan.net remote desktop 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
Please install this extension to use remote desktop on mendan.net Web conferencing.
Extension Basic Information
Name | mendan.net remote desktop |
ID | bhiokmeldglbhimbpncofnnijoljjpfc |
Official URL | https://chromewebstore.google.com/detail/mendannet-remote-desktop/bhiokmeldglbhimbpncofnnijoljjpfc |
Description | mendan.net remote desktop |
File Size | 21.37 KB |
Installation Count | 19 |
Current Version | 1.0.1 |
Last Updated | 2020-12-16 |
Publish Date | 2020-12-10 |
Developer | NEURONET Inc. |
[email protected] | |
Payment Type | free |
Extension Website | https://mendan.net/ |
Help Page URL | https://mendan.net/contact/ |
Privacy Policy Page URL | http://www.neuronet.co.jp/privacyPolicy.html |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "mendan.net remote desktop", "description": "mendan.net remote desktop", "version": "1.0.1", "default_locale": "en", "minimum_chrome_version": "34", "icons": { "16": "mendan_icon16.png", "48": "mendan_icon48.png", "128": "mendan_icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "https:\/\/*.mendan.net\/*" ] } } |