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是由Issac John開發的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…”。
擴展截圖
下載Bonk擴展crx文件
下載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 |
官方網址 | 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" } } |