WRAPmail

WRAPmail

WRAPmail is a FREE email template system that adds a dynamic, interactive and trackable letterhead to the regular emails.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WRAPmail",
  "version": "6.35",
  "manifest_version": 2,
  "description": "WRAPmail is a FREE email template system that adds a dynamic, interactive and trackable letterhead to the regular emails.",
  "icons": {
    "128": "images/icon.png"
  },
  "background": {
    "scripts": [
      "lib/jquery.min.js",
      "sites.js",
      "eventPage.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_title": "WRAPmail",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "lib/jquery.min.js",
        "sites.js",
        "content.js"
      ],
      "matches": [
        "https://mail.google.com/*",
        "https://*.mail.live.com/*",
        "https://mail.aol.com/*",
        "https://*.mail.yahoo.com/*",
        "https://*.outlook.com/*",
        "https://*.prosperitysystems.net/*",
        "https://*.secureserver.net/*",
        "https://*.salesforce.com/*",
        "https://*.24sevenoffice.com/*",
        "https://*.constantcontact.com/*",
        "https://outlook.office365.com/*",
        "https://*.gmx.com/*",
        "https://*.sugarcrm.com/*",
        "https://*.mail.ru/*",
        "http://*.bocaprimerealestate.com/*",
        "http://*.remax-florida.com/*"
      ]
    },
    {
      "js": [
        "lib/jquery.min.js",
        "sites.js",
        "content.js"
      ],
      "all_frames": true,
      "matches": [
        "https://*.gmx.com/*"
      ]
    }
  ],
  "homepage_url": "http://www.wrapmail.com/",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}