SecureCRT Launcher for SMAX Firefox

Examine source code of SecureCRT Launcher for SMAX

Inspect and view changes in SecureCRT Launcher for SMAX source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SecureCRT Launcher for SMAX",
  "version": "2.0.7",
  "description": "Automatically launch SSH connections to AutoZone stores from SMAX tickets using SecureCRT and CyberArk authentication.",
  "author": "Fernando Nunez",
  "homepage_url": "https://gitlab.com/autozone/it/store-technical-support/sts/scripts/securecrt-launcher-for-smax",
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://smax-cdfvip.autozone.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": {
      "48": "icon-48.png",
      "96": "icon-96.png"
    },
    "default_title": "SecureCRT Launcher - Click to enable auto-close"
  },
  "permissions": [
    "tabs",
    "notifications",
    "storage",
    "*://smax-cdfvip.autozone.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "securecrt-launcher-smax@autozone.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best SecureCRT Launcher for SMAX Alternatives

Here are some Firefox add-ons that are similar to SecureCRT Launcher for SMAX: