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…

What is Bonk?

Bonk is a Chrome extension developed by Issac John, and its main feature is "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…".

Extension Screenshots

screenshot
screenshot

Download Bonk Extension CRX File

Download Bonk extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 noise, indicating that there is a new case in bin,

objective is so that a person need not keep a constant eye on the cases in bin but be notified by a sound that there is a new case in the bin                    

Extension Basic Information

Name Bonk Bonk
ID cobmldaajogabgkflbfnkfdbbiembpad
Official URL https://chromewebstore.google.com/detail/bonk/cobmldaajogabgkflbfnkfdbbiembpad
Description 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…
File Size 84.34 KB
Installation Count 20
Current Version 1.0
Last Updated 2021-01-27
Publish Date 2021-01-27
Rating 5.00/5 Total 1 Ratings
Developer Issac John
Email [email protected]
Payment Type free
Supported Languages en
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"
    }
}