MonkorTelemed VPN Client
VPN Connection For MonkorTelemed Services
MonkorTelemed VPN Clientとは何ですか?
MonkorTelemed VPN Clientはhttps://monkortelemed.mnによって開発されたChromeの拡張機能で、その主な機能は「VPN Connection For MonkorTelemed Services」です。
MonkorTelemed VPN Client拡張機能のCRXファイルをダウンロード
MonkorTelemed VPN Client拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | ![]() |
ID | kjbneninmlenggoopnhfpjgifjjkdnhp |
公式URL | https://chrome.google.com/webstore/detail/monkortelemed-vpn-client/kjbneninmlenggoopnhfpjgifjjkdnhp |
説明 | VPN Connection For MonkorTelemed Services |
ファイルサイズ | 46.93 KB |
インストール数 | 26 |
現在のバージョン | 0.0.1 |
最終更新日 | 2017-12-10 |
公開日 | 2017-12-10 |
開発者 | https://monkortelemed.mn |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |