Cloudway

Cloudway

什么是Cloudway?

Cloudway是由https://cloudway.wmask.net开发的Chrome扩展程序,该扩展的主要功能是“Cloudway”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Cloudway扩展crx文件

下载Cloudway扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL 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"
        ]
    }
}