Tutukan go/

Redirect go/ links for Tutuka employees. This extension allows users to get access to urls a lot faster. It reads a set of <short,url> pairs from a confluence page using Confluence's rest api. Then, redirects page to the actual url destination.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Tutukan go/",
  "description": "Redirect go/ links",
  "version": "3.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "jquery-3.3.1.min.js",
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "*://go/*",
    "https://paymentology.atlassian.net/",
    "webRequestBlocking"
  ]
}