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…

Co to jest Bonk?

Bonk to rozszerzenie Chrome opracowane przez Issac John, a jego główną funkcją jest „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…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Bonk

Pobierz pliki rozszerzeń Bonk w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Bonk Bonk
ID cobmldaajogabgkflbfnkfdbbiembpad
Oficjalny URL https://chromewebstore.google.com/detail/bonk/cobmldaajogabgkflbfnkfdbbiembpad
Opis 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…
Rozmiar pliku 84.34 KB
Liczba instalacji 20
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-01-27
Data Publikacji 2021-01-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Issac John
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}