BITS Compendium

A browser extension that saves a few clicks while accessing online classes and important BITS Pilani University Websites.

Τι είναι το BITS Compendium;

Το BITS Compendium είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Aviral Omar, και η κύρια λειτουργία του είναι "A browser extension that saves a few clicks while accessing online classes and important BITS Pilani University Websites.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης BITS Compendium

Λήψη αρχείων επέκτασης BITS Compendium σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Automates the login process to BITS Wi-Fi Network.
Automatic Mic and Camera Off on Google Meet.
Helps you create and store your time table and add class links to it for quick access.
Saves you several clicks while trying to access important BITS Pilani official websites like AUGSD and Nalanda by automating the login process.
Provides a repository of several important websites of the various clubs and departments.
Also provides a repository of the important contacts in and around the campus.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα BITS Compendium BITS Compendium
ID fnccleepaflpbgpokpbnjfokjemjpack
Επίσημο URL https://chromewebstore.google.com/detail/bits-compendium/fnccleepaflpbgpokpbnjfokjemjpack
Περιγραφή A browser extension that saves a few clicks while accessing online classes and important BITS Pilani University Websites.
Μέγεθος Αρχείου 1.08 MB
Αριθμός Εγκαταστάσεων 62
Τρέχουσα Έκδοση 0.5.2
Τελευταία Ενημέρωση 2022-09-23
Ημερομηνία Δημοσίευσης 2021-10-12
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Aviral Omar
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BITS Compendium",
    "version": "0.5.2",
    "author": "Aviral Omar",
    "description": "A browser extension that saves a few clicks while accessing online classes and important BITS Pilani University Websites.",
    "icons": {
        "32": "icons\/bc-32.png",
        "48": "icons\/bc-48.png",
        "128": "icons\/bc-128.png"
    },
    "permissions": [
        "https:\/\/academic.bits-pilani.ac.in\/*",
        "https:\/\/nalanda-aws.bits-pilani.ac.in\/*",
        "https:\/\/timetable.bits-dvm.org\/renderer.html",
        "https:\/\/fw.bits-pilani.ac.in\/httpclient.html",
        "https:\/\/meet.google.com\/*",
        "storage",
        "webNavigation",
        "webRequest",
        "alarms"
    ],
    "background": {
        "page": "background_page.html"
    },
    "browser_action": {
        "default_icon": "icons\/bc-32.png",
        "default_title": "BITS Compendium",
        "default_popup": "index.html"
    }
}