Chrome Extension for VMware Cloud Director

Leverages VMware Cloud Director as a proxy for connecting to SDDCs

Chrome Extension for VMware Cloud Director क्या है?

Chrome Extension for VMware Cloud Director Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Leverages VMware Cloud Director as a proxy for connecting to SDDCs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chrome Extension for VMware Cloud Director एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Chrome extension helps establish trust between VMware Cloud Director (VCD) and vCenter Servers managed by VCD such that users can navigate to vCenter Servers directly from VCD UI given they provide appropriate credentials. With this extension the browser will be automatically configured with the relevant proxy settings allowing VCD to act as a proxy for accessing vCenter Servers.  The extension will also perform authentication for you. Users have to verify they trust the extension as part of this workflow. The extension needs several permissions (proxy, storage, tabs, webRequest, webRequestBlocking) to automatically configure proxy and display state of proxy setup to the user. For questions, reach out to your cloud provider.                    

एक्सटेंशन की मूल जानकारी

नाम Chrome Extension for VMware Cloud Director Chrome Extension for VMware Cloud Director
ID omhjmmilocdnjgploallbdoicffjnmpl
आधिकारिक URL https://chromewebstore.google.com/detail/chrome-extension-for-vmwa/omhjmmilocdnjgploallbdoicffjnmpl
विवरण Leverages VMware Cloud Director as a proxy for connecting to SDDCs
फ़ाइल का आकार 30.93 KB
स्थापना संख्या 597
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-05-29
प्रकाशन तिथि 2020-05-28
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "version": "1.0.0",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "author": "VMware, Inc.",
    "permissions": [
        "",
        "proxy",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "constants.js",
            "utils.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/tenant\/*"
            ],
            "js": [
                "content\/contentScript.js"
            ]
        }
    ]
}