Slack App-in-Tab Firefox

Examine source code of Slack App-in-Tab

Inspect and view changes in Slack App-in-Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Slack App-in-Tab",
  "description": "Open the slack app in your browser to switch between multiple workspaces in a single tab",
  "version": "1.0",
  "manifest_version": 2,
  "icons": {
    "48": "slack-app-in-tab-logo-48x48.png",
    "128": "slack-app-in-tab-logo-128x128.png"
  },
  "content_scripts": [
    {
      "js": [
        "contentScript.js"
      ],
      "matches": [
        "https://*.slack.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "https://*.slack.com/*"
  ]
}

Best Slack App-in-Tab Alternatives

Here are some Firefox add-ons that are similar to Slack App-in-Tab: