Cloudway

Cloudway

ما هو Cloudway؟

Cloudway هو إضافة Chrome تم تطويرها بواسطة https://cloudway.wmask.net، والميزة الرئيسية لها هي "Cloudway".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Cloudway

قم بتنزيل ملفات الامتداد Cloudway بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Cloudway is a productivity tool, that allow enterprise users access the enterprise internal Application orCloud Service likes Salesforce, Office365, MicroSoftDynamics.
> Login with Salesforce or MicroSoft Account
> Enterprise control panle to manage users
> Auto connect to the nearest POP
> Secure and Fast connections
> Traffic control by applications
> System and traffic monitor
> 24/7 customer support

Cloudway application has one ON/OFF button and all settings fit into conveniently small window that super easy to use.                    

معلومات أساسية عن التمديد

الاسم Cloudway Cloudway
ID labhncljbfbchplflagomnghcgighcji
عنوان URL الرسمي https://chromewebstore.google.com/detail/cloudway/labhncljbfbchplflagomnghcgighcji
الوصف Cloudway
حجم الملف 2.8 MB
عدد التثبيتات 514
النسخة الحالية 3.0
آخر تحديث 2021-04-13
تاريخ النشر 2020-07-22
تقييم 5.00/5 مجموع تقييمات 1
المطور https://cloudway.wmask.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://cloudway.wmask.net
عنوان صفحة المساعدة https://cloudway.wmask.net
اللغات المدعومة zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloudway",
    "description": "Cloudway",
    "version": "3.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "proxy",
        "alarms",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "128": "img\/on.png",
        "48": "img\/on.png",
        "16": "img\/on.png"
    },
    "browser_action": {
        "default_icon": "img\/off.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "utils.js",
            "extension-base.js",
            "proxy-chrome.js",
            "proxy-firefox.js",
            "proxy-factory.js",
            "background.js"
        ]
    }
}