Salesforce MessagingSession Firefox

Examine source code of Salesforce MessagingSession

Inspect and view changes in Salesforce MessagingSession source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Salesforce MessagingSession Explorer",
  "version": "1.0.0",
  "description": "Fetches MessagingSession history from Salesforce and analyzes agent wait times, misses and transfers.",
  "permissions": [
    "storage",
    "tabs",
    "cookies",
    "activeTab",
    "https://*.salesforce.com/*",
    "https://*.force.com/*",
    "https://*.my.salesforce.com/*",
    "https://*.salesforce-setup.com/*",
    "https://*.develop.my.salesforce.com/*",
    "https://*.develop.my.salesforce-setup.com/*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Open MessagingSession Explorer"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.salesforce.com/*",
        "https://*.force.com/*",
        "https://*.my.salesforce.com/*",
        "https://*.salesforce-setup.com/*",
        "https://*.develop.my.salesforce.com/*",
        "https://*.develop.my.salesforce-setup.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{33f133a1-4f99-4c2d-a28d-21a9522bbf39}"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Salesforce MessagingSession Alternatives

Here are some Firefox add-ons that are similar to Salesforce MessagingSession: