Automated Google Analytics Annotations GA4-UA

Automated Google Analytics Annotations GA4-UA

Automated Google Analytics Annotations directly from your ad accounts, project management platforms, newsletters and more..

Merlin
Additional files are visible only to premium users

manifest.json


{
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgsaJ3MG7iR5NY3Uj28nyCOwDqSMvXB62D+sJ5zjFvFLLywZxCfc+tPFbMZbDF9z6qSIhAFkSQn8XhpKsD1bLum82lVcMVUIoTl7BV94t5nXTF0NVDcaVFhqIo4jwMpZRd8Z3ZUxfUKByWJLDqRzpXht3qDQk5ejgM2l9MAhNIGad/5vVi4sFtM/29/fynHgyWa/kHRVnxSsc3vL7/D0Lus832DeeELxOsbLWdSCgutpCOh/hycq6qDAjW0Uwq/kjoXt5Gf4ZPQyuEtMiP1oxVsEwD0GKjiMYpoV6RGlbuc1euon25sZXj52c2O4xOBdtipFzQpjQ/PFlXmOL/f9gTQIDAQAB",
  "oauth2": {
    "client_id": "301040226881-bkslqa9h05fmidbmci36n98jqgoi47f0.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "background": {
    "service_worker": "js/serviceWorker.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/animate.min.css",
        "css/onpage_helper.css"
      ],
      "js": [
        "js/utils.js",
        "js/client.js",
        "js/moment.min.js",
        "js/render.js",
        "js/onpage_helper.js",
        "js/bootstrap.bundle.min.js"
      ],
      "matches": [
        "https://analytics.google.com/*",
        "https://ads.google.com/*",
        "https://app.crystalballinsight.com/",
        "https://analytics.placer.ai/*",
        "https://studio.youtube.com/*",
        "https://manage.wix.com/*",
        "https://adsmanager.facebook.com/*",
        "https://app.crystalballinsight.com/*",
        "https://lukionline.me/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "img-src 'self' http://127.0.0.1:8000 https://lukionline.me https://app.crystalballinsight.com; script-src 'self'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "Automated Google Analytics Annotations directly from your ad accounts, project management platforms, newsletters and more..",
  "icons": {
    "16": "images/active-16-16.png",
    "32": "images/active-32-32.png",
    "48": "images/active-48-48.png",
    "128": "images/active-128-128.png"
  },
  "manifest_version": 3,
  "name": "Automated Google Analytics Annotations GA4-UA",
  "action": {
    "default_icon": {
      "16": "images/active-16-16.png",
      "32": "images/active-32-32.png",
      "48": "images/active-48-48.png",
      "128": "images/active-128-128.png"
    },
    "default_popup": "html/popup.html"
  },
  "permissions": [
    "storage",
    "declarativeContent",
    "activeTab",
    "tabs",
    "identity",
    "scripting"
  ],
  "host_permissions": [
    "http://localhost:8000/",
    "http://127.0.0.1:8000/",
    "https://lukionline.me/",
    "https://alpha.lukionline.me/",
    "https://analytics.google.com/",
    "https://analytics.placer.ai/",
    "https://ads.google.com/",
    "https://studio.youtube.com/",
    "https://manage.wix.com/",
    "https://adsmanager.facebook.com/",
    "https://app.crystalballinsight.com/"
  ],
  "short_name": "Crystal Ball",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.21",
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.png"
      ],
      "matches": [
        "http://localhost:8000/*",
        "http://127.0.0.1:8000/*",
        "https://lukionline.me/*",
        "https://alpha.lukionline.me/*",
        "https://analytics.google.com/*",
        "https://analytics.placer.ai/*",
        "https://ads.google.com/*",
        "https://studio.youtube.com/*",
        "https://manage.wix.com/*",
        "https://adsmanager.facebook.com/*",
        "https://app.crystalballinsight.com/*"
      ],
      "use_dynamic_url": true
    }
  ]
}