Refresh AGS Connect Dashboard Firefox

Examine source code of Refresh AGS Connect Dashboard

By: Joel
Inspect and view changes in Refresh AGS Connect Dashboard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Refresh AGS Connect Dashboard",
  "description": "This WebExtension refreshes the AGS Connect Dashboard on the Home tab and on the Dashboard tab",
  "version": "1.2.7resigned1",
  "applications": {
    "gecko": {
      "id": "{48ea3c88-ac08-49d3-8e7d-3af5b4477173}",
      "strict_min_version": "42.0"
    }
  },
  "browser_action": {
    "default_icon": "ags48.png",
    "default_popup": "options.html"
  },
  "icons": {
    "32": "ags32.png",
    "48": "ags48.png",
    "64": "ags64.png",
    "96": "ags96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://agsconnect.my.salesforce.com/*"
      ],
      "js": [
        "dashboardupdater.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ]
}

Best Refresh AGS Connect Dashboard Alternatives

Here are some Firefox add-ons that are similar to Refresh AGS Connect Dashboard: