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                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    }
}  |  |