Copado Selenium Recorder

Copado Selenium Recorder

Copado tool to record the best Selenium tests, salesforce-compatible!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Copado Selenium Recorder",
  "short_name": "Copado Recorder",
  "version": "2.1.6",
  "manifest_version": 2,
  "description": "Copado tool to record the best Selenium tests, salesforce-compatible!",
  "author": "Copado Solutions SL",
  "homepage_url": "https://copado.com/",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "js": [
        "copado-content-script.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "content_security_policy": "default-src 'self'; img-src 'self' data:; connect-src https:;",
  "browser_action": {
    "default_icon": "icon48.png",
    "default_title": "Copado Recorder"
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "tts"
  ],
  "optional_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4DH7Ar2a0bf0Ew9tyTuavTO1UfXbcl8Sr5HRzcMFBsShfLhDcv9cb0CNKFzmf+IUzozT+dygd3M/g5+mxF3edtOwfirGdnBFvRKMYjabefLFmoG7L8t+/+nBXOZqkSqUJBPpZc5ddcnErRLG1e35uXWr0oqBEgTZ0LutPIbBPlN1AG8wWrXlkZayECLGVaoZdjX+R6AWXRPNATIa4ftneh6zXuXG4DFSXTbkh8gZ7MOTB2XPeVMRMRFE9pCAO79Ow5AYtY6kmanppB5mfq5rjOUzNOKcQNogASDpU1bxfIwBI+dKWc6E3Bms41JFGg8lR1M8yPWUckZzubiolnwQmwIDAQAB"
}