Bonk

Bonk

Meet BONK, BONK is a extension that checks your csone lightning cases if there is a increase in the number of case it will make a…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bonk",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "*://csone.lightning.force.com/*"
      ],
      "js": [
        "jquery.js",
        "ding.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "src48x48.png"
  }
}