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…

Wat is Bonk?

Bonk is een Chrome-extensie ontwikkeld door Issac John, en de belangrijkste functie 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…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bonk

Download Bonk-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Bonk Bonk
ID cobmldaajogabgkflbfnkfdbbiembpad
Officiële URL https://chromewebstore.google.com/detail/bonk/cobmldaajogabgkflbfnkfdbbiembpad
Beschrijving 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…
Bestandsgrootte 84.34 KB
Aantal Installaties 20
Huidige Versie 1.0
Laatst Bijgewerkt 2021-01-27
Publicatiedatum 2021-01-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Issac John
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}