Cloudway

Cloudway

Was ist Cloudway?

Cloudway ist eine Chrome-Erweiterung, die von https://cloudway.wmask.net entwickelt wurde, und ihr Hauptmerkmal ist "Cloudway".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Cloudway-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cloudway-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Cloudway Cloudway
ID labhncljbfbchplflagomnghcgighcji
Offizielle URL https://chromewebstore.google.com/detail/cloudway/labhncljbfbchplflagomnghcgighcji
Beschreibung Cloudway
Dateigröße 2.8 MB
Installationsanzahl 514
Aktuelle Version 3.0
Letztes Update 2021-04-13
Veröffentlichungsdatum 2020-07-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://cloudway.wmask.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cloudway.wmask.net
Hilfeseite URL https://cloudway.wmask.net
Unterstützte Sprachen 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"
        ]
    }
}