Email Marketing Campaigns in Gmail: Gumbamail

Email Marketing Campaigns in Gmail: Gumbamail

Send email marketing campaigns without leaving Gmail. Gumbamail is your simple tool for scheduling and sending mass emails.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "short_name": "__MSG_short_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "author": "Gumbamail",
  "version": "1.8.4",
  "icons": {
    "16": "images/icons/logo_16px.png",
    "48": "images/icons/logo_48px.png",
    "128": "images/icons/logo_128px.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "inboxsdk.js",
        "jsi18n_es.js",
        "index.js",
        "bee_loader.js"
      ],
      "css": [
        "css/gumbamail.css"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "background_loader.js"
  },
  "permissions": [
    "identity",
    "storage",
    "cookies",
    "scripting"
  ],
  "host_permissions": [
    "https://mail.google.com/",
    "https://inbox.google.com/",
    "https://*.getbee.io/*",
    "https://acumbamail.com/",
    "https://apis.google.com/",
    "https://*.amplitude.com/*"
  ],
  "oauth2": {
    "client_id": "728975331626-31odb467qitag2m40n7e2e4jiuf2fl9c.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/spreadsheets",
      "https://www.googleapis.com/auth/drive.file",
      "https://www.googleapis.com/auth/contacts.readonly"
    ]
  },
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts; script-src *; frame-ancestors *"
  },
  "minimum_chrome_version": "88.0.4324",
  "incognito": "not_allowed",
  "manifest_version": 3
}