Class KGP

Unlock your Productivity Potential with Class KGP

ما هو Class KGP؟

Class KGP هو إضافة Chrome تم تطويرها بواسطة gaurav.chanchal.iitkgp، والميزة الرئيسية لها هي "Unlock your Productivity Potential with Class KGP".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Class KGP

قم بتنزيل ملفات الامتداد Class KGP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Enhance Your Academic Experience with Class-KGP: Your Exclusive Tool for the IIT Kharagpur Community.

Class-KGP is meticulously crafted to simplify your academic journey at IIT Kharagpur. Say goodbye to the tedious task of manually adding your classes to Google Calendar - our extension does it effortlessly for you.

This extension complies with Google's API Services User Data Policy, including Limited Use requirements. Learn more about this policy here: https://developers.google.com/terms/api-services-user-data-policy#additional_requirements_for_specific_api_scopes

Never miss a class again! With just a click, Class-KGP seamlessly retrieves your student timetable from ERP and automatically generates Google Calendar events, complete with crucial details such as time and venue.

Experience academic excellence with Class-KGP - the smart solution for IIT Kharagpur students.

Effortless Integration in Four Simple Steps:

1. Login to Your ERP Portal: Start by logging into your IIT Kharagpur ERP account.
2. Google Account Sign-In: Securely authorize the extension by signing in with your Google account.
3. Generate: With a single click on the "Generate" button, witness the magic as the extension seamlessly processes and integrates your timetable.
4. Celebrate: Your academic timetable is now synchronized with your Google Calendar. Stay organized, receive timely reminders, and supercharge your productivity!

Experience a Smarter Way to Manage Your Academic Schedule with Class-KGP. Take control of your time and excel academically.                    

معلومات أساسية عن التمديد

الاسم Class KGP Class KGP
ID gbpamngmpmkelmkgogcaboglkbiijnhj
عنوان URL الرسمي https://chromewebstore.google.com/detail/class-kgp/gbpamngmpmkelmkgogcaboglkbiijnhj
الوصف Unlock your Productivity Potential with Class KGP
حجم الملف 33.86 KB
عدد التثبيتات 76
النسخة الحالية 2.0
آخر تحديث 2024-01-11
تاريخ النشر 2023-09-11
تقييم 5.00/5 مجموع تقييمات 4
المطور gaurav.chanchal.iitkgp
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://classkgp.datsolsolutions.com/
عنوان صفحة المساعدة https://classkgp.datsolsolutions.com/
عنوان صفحة سياسة الخصوصية https://classkgp.datsolsolutions.com/privacy-policy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Class KGP",
    "version": "2.0",
    "description": "Unlock your Productivity Potential with Class KGP",
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "permissions": [
        "tabs",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/erp.iitkgp.ac.in\/*"
    ],
    "oauth2": {
        "client_id": "973777279127-ue75fnhleco71l23dpehf66lub1n4g08.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQBzR47nKpD2rymEL7qKB1gKWW\/R6ARQ2fs6MYYwiGhQXWMZH4hl9fSsg+iwU4jQMMI8FZDfWndQHbEKqXOagAGVW\/Ymy5E3JuDbbgHuuX8dKyBDv8qt6dOxv8vnDMRTp17qYyOIxxzEAcuXGb13SjGsw3T1Wrz9M\/0HNnf3KlPIwXMyWKffc2wH6z7z6022gDQ74DXy2woGlGqy5f6zF8nXC1ow1lPo3K1qhg6NXv0qZ9llCEllT5DlIlFBn01CkO\/pBigkNqyOpV6b6JEvNjIjR4MMf4f6C5010rGF7Ib0Imvz1yWuoxIfkqP+DIFSQ65tMZY7CWYMkt5HkAHHsQIDAQAB",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/erp.iitkgp.ac.in\/Acad\/student\/view_stud_time_table.jsp"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}