Auto Follow Up for Gmail by cloudHQ

Auto Follow Up for Gmail by cloudHQ

Automated follow up emails and mail merge

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "frame-src 'self' https://www.cloudhq.net https://www.cloudhq.net; script-src 'self' https://www.cloudhq.net https://www.cloudhq.net 'sha256-xlY73imk6IVOlYWRJuWjjjfgHfrgZSsSerx0TWQDnUc='; object-src 'self' https://www.cloudhq.net https://www.cloudhq.net;",
  "web_accessible_resources": [
    "javascripts/*",
    "icons/*",
    "*"
  ],
  "browser_action": {
    "default_icon": "icons/gmail_auto_followup.png"
  },
  "name": "Auto Follow Up for Gmail by cloudHQ",
  "short_name": "Gmail Auto Follow Up",
  "icons": {
    "48": "icons/gmail_auto_followup.png",
    "128": "icons/gmail_auto_followup.png"
  },
  "converted_from_user_script": true,
  "background": {
    "persistent": true,
    "scripts": [
      "javascripts/jquery-1.4.4.js",
      "javascripts/background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "*://*.orecons.com/*",
      "*://*.cloudhq.net/*"
    ]
  },
  "content_scripts": [
    {
      "exclude_globs": [],
      "css": [
        "stylesheets/popover.css",
        "stylesheets/main_gmail_auto_followup.css"
      ],
      "include_globs": [],
      "js": [
        "javascripts/inboxsdk.js",
        "javascripts/main_gmail_auto_followup_loader.js"
      ],
      "matches": [
        "https://mail.google.com/*",
        "https://inbox.google.com/*",
        "https://www.cloudhq.net/*"
      ]
    }
  ],
  "version": "1.0.0.11",
  "description": "Automated follow up emails and mail merge",
  "permissions": [
    "storage",
    "background",
    "https://mail.google.com/",
    "https://inbox.google.com/",
    "https://support.cloudhq.net/",
    "https://www.cloudhq.net/",
    "https://*.googleusercontent.com/"
  ],
  "manifest_version": 2
}