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…
Vad är Bonk?
Bonk är en Chrome-tillägg utvecklad av Issac John, och dess huvudfunktion är "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…".
Tilläggsskärmbilder
Ladda ner Bonk-förlängningens CRX-fil
Ladda ner Bonk-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Bonk |
ID | cobmldaajogabgkflbfnkfdbbiembpad |
Officiell webbadress | https://chromewebstore.google.com/detail/bonk/cobmldaajogabgkflbfnkfdbbiembpad |
Beskrivning | 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… |
Filstorlek | 84.34 KB |
Antal Installationer | 20 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-01-27 |
Publiceringsdatum | 2021-01-27 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Issac John |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |