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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An unofficial extension to AIMS, IIT Hyderabad which generates timetables from the AIMS course registration page. It also…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AIMS-Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}