Fileboard

Fileboard

The end to end Inside Sales Development platform. Close more deals faster: Communication tools and engagement insights

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fileboard",
  "description": "The end to end Inside Sales Development platform. Close more deals faster: Communication tools and engagement insights",
  "version": "2.1.6",
  "icons": {
    "16": "images/icons/16.png",
    "48": "images/icons/48.png",
    "128": "images/icons/128.png"
  },
  "permissions": [
    "*://mail.google.com/*",
    "tabs",
    "webRequest",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://mail.google.com/*"
      ],
      "all_frames": false,
      "js": [
        "fileboard.js"
      ],
      "css": []
    }
  ],
  "web_accessible_resources": [
    "images/icon.png",
    "images/fileboard.png",
    "images/salesforce.png",
    "images/salesforce.jpg",
    "images/salesforce-grey.png",
    "images/icon-salesforce.png",
    "images/fileboard-icon.png",
    "images/icons/48.png"
  ]
}