findIT - Search for Salesforce

findIT - Search for Salesforce

Search Salesforce Accounts, Contacts and Leads via Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "findIT - Search for Salesforce",
  "version": "3.0.10",
  "manifest_version": 2,
  "description": "Search Salesforce Accounts, Contacts and Leads via Chrome.",
  "omnibox": {
    "keyword": "sf"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "js/background.js",
      "js/jquery.js",
      "js/forcetk.js"
    ]
  },
  "icons": {
    "16": "images/b12-16x16.png",
    "48": "images/b12-48x48.png",
    "128": "images/b12-128x128.png"
  },
  "homepage_url": "https://beaufort12.com",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "https://*.salesforce.com/",
    "http://*.salesforce.com/",
    "https://beaufort12.com/",
    "tabs"
  ],
  "web_accessible_resources": [
    "options.html"
  ]
}