Rocket Fuel Tech Ops HTML 5 Processor

Rocket Fuel Tech Ops HTML 5 Processor

Modifies HTML 5 tag code from apps such as Swiffy with clickTag for uploading in DCM. Might not work in other ad servers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Rocket Fuel Tech Ops HTML 5 Processor",
  "description": "Modifies HTML 5 tag code from apps such as Swiffy with clickTag for uploading in DCM. Might not work in other ad servers.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "html5icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ],
  "background": {
    "scripts": [
      "html5processor.js"
    ],
    "persistent": false
  }
}