Google Analytics Direct

Google Analytics Direct

Skips the annoying Google Analytics landing page and takes you directly to your dashboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google Analytics Direct",
  "version": "1.0",
  "description": "Skips the annoying Google Analytics landing page and takes you directly to your dashboard",
  "permissions": [
    "declarativeWebRequest",
    "*://www.google.com/analytics/"
  ],
  "background": {
    "scripts": [
      "event_page.js"
    ],
    "persistent": false
  },
  "manifest_version": 2
}