MonkorTelemed VPN Client
VPN Connection For MonkorTelemed Services
What is MonkorTelemed VPN Client?
MonkorTelemed VPN Client is a Chrome extension developed by https://monkortelemed.mn, and its main feature is "VPN Connection For MonkorTelemed Services".
Download MonkorTelemed VPN Client Extension CRX File
Download MonkorTelemed VPN Client 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
Extension Basic Information
Name | ![]() |
ID | kjbneninmlenggoopnhfpjgifjjkdnhp |
Official URL | https://chrome.google.com/webstore/detail/monkortelemed-vpn-client/kjbneninmlenggoopnhfpjgifjjkdnhp |
Description | VPN Connection For MonkorTelemed Services |
File Size | 46.93 KB |
Installation Count | 26 |
Current Version | 0.0.1 |
Last Updated | 2017-12-10 |
Publish Date | 2017-12-10 |
Developer | https://monkortelemed.mn |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MonkorTelemed VPN Client", "description": "VPN Connection For MonkorTelemed Services", "version": "0.0.1", "minimum_chrome_version": "59", "icons": { "16": "logo-16x16.png", "48": "logo-48x48.png", "128": "logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "activeTab", "tabs" ], "externally_connectable": { "matches": [ "*:\/\/monkortelemed.mn\/*", "*:\/\/vcs.monkortelemed.mn\/*", "*:\/\/vpn.monkortelemed.mn\/*", "*:\/\/msn.monkortelemed.mn\/*", "*:\/\/video.monkortelemed.mn\/*", "*:\/\/api.monkortelemed.mn\/*" ] }, "browser_action": { "default_icon": "logo-16x16.png", "default_popup": "popup.html" } } |