Streak Mail Merge for Gmail

Streak Mail Merge for Gmail

Send personalized, tracked mass emails and follow-up sequences in Gmail.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "6.45",
  "homepage_url": "https://www.streak.com/mail-merge-from-gmail",
  "background": {
    "service_worker": "background-mv3.js"
  },
  "icons": {
    "16": "webstoreIcon16.png",
    "48": "webstoreIcon48.png",
    "128": "webstoreIcon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/*"
      ],
      "js": [
        "app-mv3.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.google.com/*marketplace/*"
      ],
      "js": [
        "app-mv3.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "manifest_version": 3,
  "default_locale": "en",
  "action": {
    "default_title": "Streak - Mail Merge for Gmail",
    "default_popup": "popup.html"
  },
  "minimum_chrome_version": "100.0",
  "permissions": [
    "storage",
    "scripting",
    "declarativeNetRequestWithHostAccess",
    "management"
  ],
  "host_permissions": [
    "*://mail.google.com/",
    "*://mailfoogae.appspot.com/",
    "*://*.mailfoogae.appspot.com/",
    "*://*.googleusercontent.com/",
    "*://*.google.com/",
    "*://*.streak.com/"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "blank.png",
        "blank.html",
        "iframe.js",
        "orangeIcon.png",
        "exclamation.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "clientjs/*",
        "userflow/*"
      ],
      "matches": [
        "https://*.google.com/*",
        "https://*.streak.com/*"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArQH4oaTMItWFOtDb24upfhjddkYMONn/dCzwj1Bvh1X/lNzcB9TIxxlO8SC2X0YpThNznE+z1U/nzPIVSHZU2NXWuQH3me3bggYuKVFm02283qYnztgjh/VkabFTa221V39U7XYZCN36cheKn3IcVBVWsY6qDKW2yweLX6kbf0GzjdQmpNgsq9o904it0bgoo53Xzho8LzUPJ0pHaZkPCnr0d1ccqyxUZbV03dRAmuz2nvVdfPOh9a99jzeZUW15Gs9FBc67j66uDMIhHSs0ZlQ7gFySZI+HJcLJHrJ+UDMcYmd9aW5mCIIVnW7OdQqum4rxf2fmgxaOT8D+wEzkpwIDAQAB"
}