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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension that saves a few clicks while accessing online classes and important BITS Pilani University Websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

BITS Compendium 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}