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…”。

扩展截图

screenshot
screenshot

下载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 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"
    }
}