--Fix SalesForce bubble text--

--Fix SalesForce bubble text--

This extension Fix SalesForce help bubbles

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icons/icon16.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/jquery/jquery.js",
        "src/inject/inject.js"
      ],
      "matches": [
        "*://*.salesforce.com/*",
        "*://*.force.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "This extension Fix SalesForce help bubbles",
  "homepage_url": "http://idogreenbaum.blogspot.com/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAumPONQduoMkeyf2c7MD5AdVe/sGb4QOwjxIUbVv4oxWvAvf1cQ1OZ9zgpMLZeDQtt8KcdvUeSO6lbfkqZurksUIdF0y5JGZDfHH92WsdjAoUBV+7FbHihq4BJZZqMV4RUdnGLHTWUaHJ32QcpwhdO89/00Tcp6jecBLtz92o5FaufPudYIHyiDSMVkWcbt26kpvkdHW3FVckTIvAJ90FNWdd5LE1qKwTBJOkScyjiL/j+zuqHNTRVYXltgfy1xtte60yc+MP/w/GJCowg5yl3UTKdLicj4rgD7Qn0eks+cGoW/s8dsIrrF55w9YHRUb3lBUlB7g2IDTfbMFxCGCKYQIDAQAB",
  "manifest_version": 2,
  "name": "--Fix SalesForce bubble text--",
  "permissions": [
    "*://*.salesforce.com/*",
    "*://*.force.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "version": "9.3"
}