Examine source code of CampaignTrackly: Build UTM Links in Seconds

Inspect and view changes in CampaignTrackly: Build UTM Links in Seconds source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "service_worker": "worker.js"
  },
  "action": {
    "default_icon": "images/icon.png",
    "default_title": "Create link campaign"
  },
  "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"
  },
  "manifest_version": 3,
  "name": "CampaignTrackly: Build UTM Links in Seconds",
  "permissions": [
    "activeTab",
    "contextMenus",
    "scripting"
  ],
  "short_name": "Click to Tag",
  "version": "3.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}