Cloudway

Cloudway

Wat is Cloudway?

Cloudway is een Chrome-extensie ontwikkeld door https://cloudway.wmask.net, en de belangrijkste functie is "Cloudway".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Cloudway

Download Cloudway-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cloudway Cloudway
ID labhncljbfbchplflagomnghcgighcji
Officiële URL https://chromewebstore.google.com/detail/cloudway/labhncljbfbchplflagomnghcgighcji
Beschrijving Cloudway
Bestandsgrootte 2.8 MB
Aantal Installaties 514
Huidige Versie 3.0
Laatst Bijgewerkt 2021-04-13
Publicatiedatum 2020-07-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://cloudway.wmask.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://cloudway.wmask.net
Help Pagina-URL https://cloudway.wmask.net
Ondersteunde Talen 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"
        ]
    }
}