UnimateRPA Firefox

Examine source code of UnimateRPA

By: Soporte
Inspect and view changes in UnimateRPA source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "UnimateRPA",
  "version": "1.0.0.4",
  "description": "Support extension for UnimateRPA",
  "permissions": [
    "tabs",
    "nativeMessaging",
    "<all_urls>",
    "webNavigation",
    "downloads"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "applications": {
    "gecko": {
      "id": "info@UnimateRPA.dk",
      "strict_min_version": "78.0"
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "icons": {
    "16": "UnimateRPA16.png",
    "48": "UnimateRPA48.png",
    "128": "UnimateRPA128.png"
  }
}

Best UnimateRPA Alternatives

Here are some Firefox add-ons that are similar to UnimateRPA: