CampaignTrackly: Build UTM Links in Seconds

CampaignTrackly: Build UTM Links in Seconds

Fully automated UTM generator, URL builder & link shortener makes your life easy: GA & Bitly integration, campaign dashboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "worker.js"
  },
  "action": {
    "default_icon": "images/icon.png",
    "default_title": "Create link campaign"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "match_about_blank": true,
      "all_frames": true
    }
  ],
  "description": "Fully automated UTM generator, URL builder & link shortener makes your life easy: GA & Bitly integration, campaign dashboard",
  "icons": {
    "16": "images/icon.png",
    "32": "images/icon.png",
    "64": "images/icon.png",
    "128": "images/icon.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgemXw64LOYLsbhFBX3h21SMGg9vgP06HNpnZ7EIGUWUulT9BWffp3Ff2dFt1AALrV6a3IHxu59Qiin/4rIZHf4tcnmOkLK1OLxbyPotwHyIw0+zI9r/TgQQGxK1vB8UXE4gqX9UHYAAm7+BIPJA0DqXVoVyBwcv0Dlq6NP/Ha9pCvmqdeDIz7l++6k9r/wN5/Z6nuzeffbzF2AmnHnRCiQEf41ey7DSvnpvxxa+wosToW2JE9OG+/bARhZUokwyMSIcvMp9T5i1erAdiz1e/JFPiJf68xZKItfRuCCkzd+1uutn311OU7OhcXV0/1TzXa1yMG2uD2Un2EE/erfAXiQIDAQAB",
  "manifest_version": 3,
  "name": "CampaignTrackly: Build UTM Links in Seconds",
  "permissions": [
    "activeTab",
    "contextMenus",
    "scripting"
  ],
  "short_name": "Click to Tag",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.7.6"
}