Attach

Attach

Attach is the easiest way to get rich analytics for your documents and optimize your sales process.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Attach",
  "description": "Attach is the easiest way to get rich analytics for your documents and optimize your sales process.",
  "version": "1.2.5",
  "homepage_url": "https://attach.io",
  "short_name": "Attach for Chrome extension",
  "browser_action": {
    "default_icon": "images/icon19.png",
    "default_title": "Attach"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "scripts/vendor/inboxsdk/inboxsdk.js",
        "scripts/gmail.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "clipboardWrite",
    "https://mail.google.com/",
    "activeTab"
  ],
  "web_accessible_resources": [
    "images/*.*",
    "popup.html",
    "popup_top.html",
    "styles/popup.css",
    "scripts/popup.js",
    "scripts/popup_message.js",
    "scripts/vendor/jquery/jquery.js"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.attach.io/*",
      "https://*.salesforce.com/*",
      "https://*.cirrusinsight.com/*"
    ]
  }
}