System Automater Firefox

Examine source code of System Automater

Inspect and view changes in System Automater source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "System Automater",
  "version": "1.0",
  "description": "Data manipulate between multiple Systems",
  "icons": {
    "48": "assets/img/icon_48.png"
  },
  "browser_action": {
    "default_icon": "assets/img/icon_48.png",
    "default_title": "System Automater",
    "default_popup": "popup.html"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "assets/js/jquery-3.6.1.min.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "system@automater"
    }
  }
}

Best System Automater Alternatives

Here are some Firefox add-ons that are similar to System Automater: