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…
Что такое Bonk?
Bonk - это расширение Chrome, разработанное Issac John, и его основная функция - "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…".
Снимки экрана расширения
Скачать файл CRX расширения Bonk
Скачайте файлы расширений Bonk в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Bonk |
ID | cobmldaajogabgkflbfnkfdbbiembpad |
Официальный URL | https://chromewebstore.google.com/detail/bonk/cobmldaajogabgkflbfnkfdbbiembpad |
Описание | 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… |
Размер файла | 84.34 KB |
Количество установок | 20 |
Текущая Версия | 1.0 |
Последнее Обновление | 2021-01-27 |
Дата публикации | 2021-01-27 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Issac John |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |