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…
Hvad er Bonk?
Bonk er en Chrome-udvidelse udviklet af Issac John, og dens hovedfunktion er "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…".
Udvidelsesskærmbilleder
Download Bonk-udvidelses-CRX-fil
Download Bonk-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Bonk |
ID | cobmldaajogabgkflbfnkfdbbiembpad |
Officiel URL | https://chromewebstore.google.com/detail/bonk/cobmldaajogabgkflbfnkfdbbiembpad |
Beskrivelse | 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… |
Filstørrelse | 84.34 KB |
Antal Installationer | 20 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-01-27 |
Udgivelsesdato | 2021-01-27 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Issac John |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |