Salesforce Lightning Queue Refresher

Salesforce Lightning Queue Refresher

Provides end-user the ability to refresh Salesforce Queue's for its ticketing system "Lightning". This feature isn't native to the web application, which is why this add-on exists. Preview: https://github.com/JackFlexington/salesforce_browser_addon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.7.4",
  "name": "Salesforce Lightning Queue Refresher",
  "description": "Will automatically refresh both the 'table' view && the 'side bar' view.",
  "author": "Jacob Storer",
  "content_scripts": [
    {
      "matches": [
        "*://*.lightning.force.com/*"
      ],
      "js": [
        "refresh.js"
      ],
      "css": [
        "widget.css"
      ]
    }
  ]
}