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…
Cos'è Bonk?
Bonk è un'estensione di Chrome sviluppata da Issac John, e la sua funzione principale è "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…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bonk
Scarica i file di estensione Bonk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Bonk |
ID | cobmldaajogabgkflbfnkfdbbiembpad |
URL Ufficiale | https://chromewebstore.google.com/detail/bonk/cobmldaajogabgkflbfnkfdbbiembpad |
Descrizione | 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… |
Dimensione del File | 84.34 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-01-27 |
Data di Pubblicazione | 2021-01-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Issac John |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |