BITS Compendium
A browser extension that saves a few clicks while accessing online classes and important BITS Pilani University Websites.
Cos'è BITS Compendium?
BITS Compendium è un'estensione di Chrome sviluppata da Aviral Omar, e la sua funzione principale è "A browser extension that saves a few clicks while accessing online classes and important BITS Pilani University Websites.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BITS Compendium
Scarica i file di estensione BITS Compendium in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | BITS Compendium |
ID | fnccleepaflpbgpokpbnjfokjemjpack |
URL Ufficiale | https://chromewebstore.google.com/detail/bits-compendium/fnccleepaflpbgpokpbnjfokjemjpack |
Descrizione | A browser extension that saves a few clicks while accessing online classes and important BITS Pilani University Websites. |
Dimensione del File | 1.08 MB |
Conteggio Installazioni | 62 |
Versione Corrente | 0.5.2 |
Ultimo Aggiornamento | 2022-09-23 |
Data di Pubblicazione | 2021-10-12 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Aviral Omar |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |