MonkorTelemed VPN Client
VPN Connection For MonkorTelemed Services
ما هو MonkorTelemed VPN Client؟
MonkorTelemed VPN Client هو إضافة Chrome تم تطويرها بواسطة https://monkortelemed.mn، والميزة الرئيسية لها هي "VPN Connection For MonkorTelemed Services".
تحميل ملف CRX للإضافة MonkorTelemed VPN Client
قم بتنزيل ملفات الامتداد MonkorTelemed VPN Client بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | ![]() |
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 |
البريد الإلكتروني | [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" } } |