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 je Bonk?
Bonk je rozšíření Chrome vyvinuté Issac John, a jeho hlavní funkcí je „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…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bonk
Stáhněte si soubory rozšíření Bonk ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Bonk |
ID | cobmldaajogabgkflbfnkfdbbiembpad |
Oficiální URL | https://chromewebstore.google.com/detail/bonk/cobmldaajogabgkflbfnkfdbbiembpad |
Popis | 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… |
Velikost souboru | 84.34 KB |
Počet instalací | 20 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-01-27 |
Datum Vydání | 2021-01-27 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Issac John |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |