Examine source code of Mixmax: AI-Powered Sales Engagement, Email Tracking and Meeting Scheduling

Inspect and view changes in Mixmax: AI-Powered Sales Engagement, Email Tracking and Meeting Scheduling 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "Mixmax",
  "version": "6.4.0",
  "description": "__MSG_extDescription__",
  "author": "Mixmax, Inc.",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "core/assets/img/icon.png",
    "48": "core/assets/img/icon.png",
    "128": "core/assets/img/icon.png"
  },
  "permissions": [
    "alarms",
    "cookies",
    "tabs",
    "notifications",
    "storage",
    "declarativeNetRequest",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "homepage_url": "https://mixmax.com",
  "minimum_chrome_version": "116",
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "https://*.mixmax.com/*"
      ],
      "exclude_matches": [
        "https://*.mixmax.com/public/analyticsbridge.html"
      ],
      "js": [
        "core/content/globals.js",
        "core/content/ExtensionMessageBus.js",
        "core/content/googleMeet_mixmax.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "core/content/unblock.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://mail.google.com/*",
        "https://*.force.com/*",
        "https://*.salesforce.com/*"
      ],
      "js": [
        "core/content/globals.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "core/content/gmailPageInterop.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://mail.google.com/*",
        "https://*.force.com/*",
        "https://*.salesforce.com/*"
      ],
      "js": [
        "core/content/ExtensionMessageBus.js",
        "core/content/app.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.linkedin.com/sales/widget/*"
      ],
      "js": [
        "core/content/globals.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://www.linkedin.com/sales/widget/*"
      ],
      "js": [
        "core/content/app.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://mail.google.com/*"
      ],
      "all_frames": true,
      "js": [
        "core/content/mailTo.js",
        "core/content/callTo.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://meet.google.com/*-*-*"
      ],
      "js": [
        "core/content/googleMeet_isolated_context.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://meet.google.com/*-*-*"
      ],
      "js": [
        "core/content/googleMeet_main_context.js"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    },
    {
      "matches": [
        "*://meet.google.com/*-*-*"
      ],
      "match_about_blank": true,
      "js": [
        "core/content/googleMeet_pip.js"
      ],
      "run_at": "document_start"
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://meet.google.com/*-*-*",
      "*://*.mixmax.com/*"
    ]
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "suppressTrackingRequests",
        "enabled": true,
        "path": "core/rules/suppressTrackingRequests.json"
      }
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "core/*",
        "loadable/*",
        "config/*"
      ],
      "matches": [
        "https://mail.google.com/*",
        "https://*.force.com/*",
        "https://*.salesforce.com/*",
        "https://*.mixmax.com/*",
        "https://www.linkedin.com/*"
      ]
    }
  ],
  "action": {
    "default_icon": "core/assets/img/icon.png",
    "default_title": "Mixmax"
  },
  "manifest_version": 3,
  "default_locale": "en",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoYQ79kFdYz3gjTbz/YPkGBaaEOsP8NT//Jugc88JGj9/v92YHzze0y9tApTkk8Qv3DlrAXXnigTiCfNnCkRY66evHZ4Jf8j+Q9E5P/sRTp9J73dtQRcB4Fiz7QgJYnviVXckbAQMLUSCBbUXZeav/xEvmrxNX6Tr16sYBSXB06Ll4kkH8V7hDvqZzOFHlEI7cduMI+I1h6ip3yZ9aSkPD/OlRjGaqM299gonGw0ntrv4LUjvyJiRRvviceWO1BPXZLCoKcqIq5fFeGhymq4hN2RMG5c7YvJEqlsJyT+TvBaGNp/zFg+7uKIOk48y2JV3vKaG7rR8d+hBU7+SNnOHnQIDAQAB"
}