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…
O que é Bonk?
Bonk é uma extensão do Chrome desenvolvida por Issac John, e sua principal característica é "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…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bonk
Baixe arquivos de extensão Bonk no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Bonk |
ID | cobmldaajogabgkflbfnkfdbbiembpad |
URL Oficial | https://chromewebstore.google.com/detail/bonk/cobmldaajogabgkflbfnkfdbbiembpad |
Descrição | 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… |
Tamanho do Arquivo | 84.34 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.0 |
Última Atualização | 2021-01-27 |
Data de Publicação | 2021-01-27 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Issac John |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |