Shorten Azure DevOps URL with vso.io

Shorten Azure DevOps (formerly Visual Studio Online) URLs using vso.io shortener.

What is Shorten Azure DevOps URL with vso.io?

Shorten Azure DevOps URL with vso.io is a Chrome extension developed by Unknown, and its main feature is "Shorten Azure DevOps (formerly Visual Studio Online) URLs using vso.io shortener.".

Extension Screenshots

screenshot
screenshot

Download Shorten Azure DevOps URL with vso.io Extension CRX File

Download Shorten Azure DevOps URL with vso.io 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

                        This extension enables shorting long Azure DevOps URLs into short ones using http://vso.io shorting service.                    

Extension Basic Information

Name Shorten Azure DevOps URL with vso.io Shorten Azure DevOps URL with vso.io
ID nphkdkljdpnidopchiknkjmbiifgkdmk
Official URL https://chromewebstore.google.com/detail/shorten-azure-devops-url/nphkdkljdpnidopchiknkjmbiifgkdmk
Description Shorten Azure DevOps (formerly Visual Studio Online) URLs using vso.io shortener.
File Size 14.12 KB
Installation Count 156
Current Version 1.2
Last Updated 2020-01-13
Publish Date 2020-01-13
Rating 4.83/5 Total 6 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/josin/short-url-for-vso_chrome-extension
Help Page URL https://github.com/josin/short-url-for-vso_chrome-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shorten Azure DevOps URL with vso.io",
    "description": "Shorten Azure DevOps (formerly Visual Studio Online) URLs using vso.io shortener.",
    "version": "1.2",
    "icons": {
        "16": "images\/icon_link16.png",
        "48": "images\/icon_link48.png",
        "128": "images\/icon_link128.png"
    },
    "browser_action": {
        "default_title": "Shorten this link with vso.io",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/core.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus"
    ]
}