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…

Was ist Bonk?

Bonk ist eine Chrome-Erweiterung, die von Issac John entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot
screenshot

Bonk-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bonk-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Bonk Bonk
ID cobmldaajogabgkflbfnkfdbbiembpad
Offizielle URL https://chromewebstore.google.com/detail/bonk/cobmldaajogabgkflbfnkfdbbiembpad
Beschreibung 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…
Dateigröße 84.34 KB
Installationsanzahl 20
Aktuelle Version 1.0
Letztes Update 2021-01-27
Veröffentlichungsdatum 2021-01-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Issac John
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}