CloudNetCare for Selenium IDE Firefox

Examine source code of CloudNetCare for Selenium IDE

By: jbmarce
Inspect and view changes in CloudNetCare for Selenium IDE source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "CloudNetCare recording plugin for Selenium IDE",
  "manifest_version": 2,
  "name": "CloudNetCare for Selenium IDE",
  "version": "1.0.5",
  "homepage_url": "https://www.cloudnetcare.com",
  "permissions": [],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "icons": {
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "assets/background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "assets/content.js"
      ],
      "match_about_blank": true,
      "matches": [
        "*://*.cloudnetcare.pro/*",
        "*://localhost/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "icons/icon128.png"
  ]
}

Best CloudNetCare for Selenium IDE Alternatives

Here are some Firefox add-ons that are similar to CloudNetCare for Selenium IDE: