CPX Research Helper

CPX Research Helper

Download the CPX Research plugin to improve your survey experience and get premium support! Your one time bonus reward will be added on the partners website / app. It's only active when you're participating on a CPX Research survey.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "CPX Log Version 2.0",
  "description": "Trackt die Qualität der Umfragen.",
  "version": "1",
  "author": "CPX Research",
  "icons": {
    "64": "images/icon_64.png",
    "128": "images/icon_128.png",
    "256": "images/icon_256.png",
    "512": "images/icon_512.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}