SFMC Journey Email Previews Sender

SFMC Journey Email Previews Sender

Send previews for all emails in your journey. Say goodbye to select each email individually in Journey Builder.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SFMC Journey Email Previews Sender",
  "description": "Send previews for all emails in your journey. Say goodbye to select each email individually in Journey Builder.",
  "version": "0.0.1",
  "background": {
    "service_worker": "background.cda1105d.js"
  },
  "action": {
    "default_title": "Click to open panel"
  },
  "side_panel": {
    "default_path": "sidepanel.cd263804.html"
  },
  "permissions": [
    "scripting",
    "cookies",
    "sidePanel",
    "tabs",
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "https://*.exacttarget.com/",
    "https://*.marketingcloudapps.com/*",
    "https://*.exacttargetapis.com/*",
    "https://*.marketingcloudapis.com/*"
  ],
  "icons": {
    "16": "send.b654015e.png",
    "48": "send.b654015e.png",
    "128": "send.b654015e.png"
  }
}