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…

Qu'est-ce que Bonk ?

Bonk est une extension Chrome développée par Issac John, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bonk

Téléchargez les fichiers d'extension Bonk au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bonk Bonk
ID cobmldaajogabgkflbfnkfdbbiembpad
URL Officiel 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…
Taille du Fichier 84.34 KB
Nombre d'Installations 20
Version Actuelle 1.0
Dernière Mise à Jour 2021-01-27
Date de Publication 2021-01-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur Issac John
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}