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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Bonk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}