ConnectWise Tab Renamer Firefox

Examine source code of ConnectWise Tab Renamer

Inspect and view changes in ConnectWise Tab Renamer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ConnectWise Tab Renamer",
  "description": "Renames ConnectWise manage tabs according to the contents of the banner",
  "version": "1",
  "author": "DominickCobb-RS",
  "icons": {
    "32": "images/icon-32.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "scripts/tabRenamer.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "DominickCobb-RS@github.com"
    }
  }
}

Best ConnectWise Tab Renamer Alternatives

Here are some Firefox add-ons that are similar to ConnectWise Tab Renamer: