BITS Compendium

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

BITS Compendium क्या है?

BITS Compendium 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 फ़ाइल डाउनलोड करें

crx प्रारूप में BITS Compendium एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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