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
官方網址 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"
        ]
    }
}