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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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