AIMS-Helper

An unofficial extension to AIMS, IIT Hyderabad which generates timetables from the AIMS course registration page. It also…

AIMS-Helper란 무엇입니까?

AIMS-Helper은(는) Lambda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An unofficial extension to AIMS, IIT Hyderabad which generates timetables from the AIMS course registration page. It also…"입니다.

확장 프로그램 스크린샷

screenshot

AIMS-Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        An unofficial extension to AIMS, IIT Hyderabad which generates timetables from the AIMS course registration page. It also integrates with the IITH Dashboard app.

Usage Instructions:

1. Go to the AIMS course registration page(the one with all the calendar icons displaying the timetables). 
2. Click on the A in your Chrome extensions bar, and hit Generate Timetable. 
3. Your Timetable should open up in a new tab. 
4. You can either download it as a PDF or upload it to our database. 
5. You can use the IITH Dashboard app(https://play.google.com/store/apps/details?id=com.lambda.iith.dashboard) to retrieve your timetables. Make sure you sign in to the same Google account you used when you uploaded it.                    

확장 프로그램 기본 정보

이름 AIMS-Helper AIMS-Helper
ID njgpoifkefbbhjohcadcngdomfifcflj
공식 URL https://chromewebstore.google.com/detail/aims-helper/njgpoifkefbbhjohcadcngdomfifcflj
설명 An unofficial extension to AIMS, IIT Hyderabad which generates timetables from the AIMS course registration page. It also…
파일 크기 582 KB
설치 횟수 2,715
현재 버전 0.8
최근 업데이트 2023-06-01
출시 날짜 2020-01-04
평점 3.00/5 총 5 개의 평점
개발자 Lambda
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://iith.dev
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AIMS-Helper",
    "version": "0.8",
    "background": {
        "scripts": [
            "\/src\/bg\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "\/src\/popup\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "permissions": [
        "declarativeContent",
        "*:\/\/aims.iith.ac.in\/*\/"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArxDKyZq24tbgpEHXZLVG29XWoSQ+5i0EE7SAmylQeFNtynjLnvZLJPUwvjzQt+qQugYXuIzUhFqPgGBFOtXkMuiAsKtysYZelj1RUgJ6T5TLMBMYE71I97YuhSV6j6q4vSlX\/3dCq8tRSrqfDCNIDtnnD8l8IslrBLJz69bVhFSX70Xt4rWsX4PQ6K+mTTTPvX3ZN87czyqWTyyp+vcTLdEqGHfqUNJ\/Y05r6lghTJXLfSy3NvtlbYHm+nT\/AU2JVojXCfR29lU9hVbJl9cGMgIKSUS1Ee9ON+Y1SM0xM82\/1eknoSO9X+CYbHf+M5ZH0kaPBTUfLEa2yuwr+pakrQIDAQAB",
    "oauth2": {
        "client_id": "198169856520-3hh3ri82ptmvb3oqdvhvh9mui0ldo5c1.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/datastore"
        ]
    }
}