VSD Exerciser

This is a Nuage VSD API exerciser

What is VSD Exerciser?

VSD Exerciser is a Chrome extension developed by Patrick Dumais, and its main feature is "This is a Nuage VSD API exerciser".

Extension Screenshots

screenshot

Download VSD Exerciser Extension CRX File

Download VSD Exerciser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        An interface for practicing the usage of the Nuage VSD API                    

Extension Basic Information

Name VSD Exerciser VSD Exerciser
ID oapjdnoibpflcobonjjieifmaakhmnbf
Official URL https://chromewebstore.google.com/detail/vsd-exerciser/oapjdnoibpflcobonjjieifmaakhmnbf
Description This is a Nuage VSD API exerciser
File Size 393 KB
Installation Count 89
Current Version 1.1.6
Last Updated 2017-09-08
Publish Date 2017-09-08
Rating 5.00/5 Total 1 Ratings
Developer Patrick Dumais
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VSD Exerciser",
    "description": "This is a Nuage VSD API exerciser",
    "version": "1.1.6",
    "permissions": [
        "webRequest",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "content.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "launcher.html"
    },
    "offline_enabled": true
}