SAP SuccessFactors Only: Display Full Name

SAP SuccessFactors Only: Display Full Name

Display full name instead of SVN Username and UserId for SAP GitHub Enterprise instance

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SAP SuccessFactors Only: Display Full Name",
  "description": "Display full name instead of SVN Username and UserId for SAP GitHub Enterprise instance",
  "version": "0.3.9.1",
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "index.bundle.js"
      ],
      "matches": [
        "https://github.wdf.sap.corp/*",
        "https://huboard.mo.sap.corp/*"
      ],
      "exclude_matches": [
        "https://github.wdf.sap.corp/pages*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "https://git-master.mo.sap.corp/"
  ],
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  }
}