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