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 là gì?

Bonk là một tiện ích mở rộng Chrome được phát triển bởi Issac John, và tính năng chính của nó là "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…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bonk

Tải xuống các tệp mở rộng Bonk dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bonk Bonk
ID cobmldaajogabgkflbfnkfdbbiembpad
URL Chính Thức https://chromewebstore.google.com/detail/bonk/cobmldaajogabgkflbfnkfdbbiembpad
Mô tả 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…
Kích Thước Tệp 84.34 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-01-27
Ngày Phát Hành 2021-01-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Issac John
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}