Deployment Automation Tool Firefox

Examine source code of Deployment Automation Tool

By: ben Add-on
Inspect and view changes in Deployment Automation Tool source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Deployment Automation Tool",
  "version": "2.1.2",
  "description": "Automates creative and header testing on deployment pages with email configuration.",
  "browser_specific_settings": {
    "gecko": {
      "id": "deployment-automation@example.com",
      "strict_min_version": "113.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Toggle Automation Panel",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best Deployment Automation Tool Alternatives

Here are some Firefox add-ons that are similar to Deployment Automation Tool: