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…
¿Qué es Bonk?
Bonk es una extensión de Chrome desarrollada por Issac John, y su función principal es "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 Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bonk
Descarga archivos de extensión Bonk en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Bonk |
ID | cobmldaajogabgkflbfnkfdbbiembpad |
URL Oficial | https://chromewebstore.google.com/detail/bonk/cobmldaajogabgkflbfnkfdbbiembpad |
Descripción | 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… |
Tamaño del Archivo | 84.34 KB |
Cantidad de Instalaciones | 20 |
Versión Actual | 1.0 |
Última Actualización | 2021-01-27 |
Fecha de Publicación | 2021-01-27 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Issac John |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |