Cloudway

Cloudway

Qu'est-ce que Cloudway ?

Cloudway est une extension Chrome développée par https://cloudway.wmask.net, et sa fonction principale est "Cloudway".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cloudway

Téléchargez les fichiers d'extension Cloudway au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cloudway Cloudway
ID labhncljbfbchplflagomnghcgighcji
URL Officiel https://chromewebstore.google.com/detail/cloudway/labhncljbfbchplflagomnghcgighcji
Description Cloudway
Taille du Fichier 2.8 MB
Nombre d'Installations 514
Version Actuelle 3.0
Dernière Mise à Jour 2021-04-13
Date de Publication 2020-07-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://cloudway.wmask.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cloudway.wmask.net
URL de la Page d'Aide https://cloudway.wmask.net
Langues Prises en Charge 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"
        ]
    }
}