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…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
    }
}