URLBuilder

URLBuilder

Extension to URL Builder and tag URL's to be tracked in Google Analytics Campaign and etc. reports.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "img/icon/icon-32.png",
    "default_title": "URLBuilder",
    "default_popup": "popup.html"
  },
  "description": "Extension to URL Builder and tag URL's to be tracked in Google Analytics Campaign and etc. reports.",
  "icons": {
    "32": "img/icon/icon-32.png",
    "64": "img/icon/icon-64.png"
  },
  "name": "URLBuilder",
  "options_page": "options.html",
  "permissions": [
    "tabs"
  ],
  "content_security_policy": "script-src 'self' https://api-ssl.bitly.com https://stats.g.doubleclick.net https://www.googleadservices.com/ https://googleads.g.doubleclick.net; object-src 'self'",
  "version": "1.0.0"
}