Cloudway

Cloudway

What is Cloudway?

Cloudway is a Chrome extension developed by https://cloudway.wmask.net, and its main feature is "Cloudway".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Cloudway Extension CRX File

Download Cloudway 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

                        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.                    

Extension Basic Information

Name Cloudway Cloudway
ID labhncljbfbchplflagomnghcgighcji
Official URL https://chromewebstore.google.com/detail/cloudway/labhncljbfbchplflagomnghcgighcji
Description Cloudway
File Size 2.8 MB
Installation Count 514
Current Version 3.0
Last Updated 2021-04-13
Publish Date 2020-07-22
Rating 5.00/5 Total 1 Ratings
Developer https://cloudway.wmask.net
Email [email protected]
Payment Type free
Extension Website https://cloudway.wmask.net
Help Page URL https://cloudway.wmask.net
Supported Languages 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"
        ]
    }
}