SalesForce Id Lookup

SalesForce Id Lookup

This extension will Take a SalesForce Id and open up the actual record in SalesForce

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SalesForce Id Lookup",
  "description": "This extension will Take a SalesForce Id and open up the actual record in SalesForce",
  "version": "1.3",
  "browser_action": {
    "default_icon": "cloud_icon.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "permissions": []
}