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…

Apa itu Bonk?

Bonk adalah ekstensi Chrome yang dikembangkan oleh Issac John, dan fitur utamanya adalah "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 Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Bonk

Unduh file ekstensi Bonk dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Bonk Bonk
ID cobmldaajogabgkflbfnkfdbbiembpad
URL Resmi https://chromewebstore.google.com/detail/bonk/cobmldaajogabgkflbfnkfdbbiembpad
Deskripsi 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…
Ukuran File 84.34 KB
Jumlah Instalasi 20
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-01-27
Tanggal Publikasi 2021-01-27
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Issac John
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}