Cloudway

Cloudway

Cloudway란 무엇입니까?

Cloudway은(는) https://cloudway.wmask.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cloudway"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Cloudway 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
        ]
    }
}