Cloudway

Cloudway

Cos'è Cloudway?

Cloudway è un'estensione di Chrome sviluppata da https://cloudway.wmask.net, e la sua funzione principale è "Cloudway".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Cloudway

Scarica i file di estensione Cloudway in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Cloudway Cloudway
ID labhncljbfbchplflagomnghcgighcji
URL Ufficiale https://chromewebstore.google.com/detail/cloudway/labhncljbfbchplflagomnghcgighcji
Descrizione Cloudway
Dimensione del File 2.8 MB
Conteggio Installazioni 514
Versione Corrente 3.0
Ultimo Aggiornamento 2021-04-13
Data di Pubblicazione 2020-07-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://cloudway.wmask.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cloudway.wmask.net
URL della Pagina di Aiuto https://cloudway.wmask.net
Lingue Supportate 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"
        ]
    }
}