manaTEAMS

Easily view your grades.

ما هو manaTEAMS؟

manaTEAMS هو إضافة Chrome تم تطويرها بواسطة https://manateams.com، والميزة الرئيسية لها هي "Easily view your grades.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة manaTEAMS

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

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

                        For students in AISD only.
With manaTEAMS, mange your grades and assignments easily.

FUNCTIONAL
The AISD successor to QuickHAC, manaTEAMS brings:
• Quick grade checking
• Notifications when your grade changes
• Offline grade viewing

FREE
• ManaTEAMS is completely free, without ads or in app purchases.
• The project is open source. Check out the source code at https://github.com/project-manatee

SECURE
• All scraping is done on the client side.
• As a result, it's impossible for us to view your grades even if we wanted to.

Created by Neil Patil and Ehsan Asdar, students at LASA High School.

Feedback or questions? Want to see if your district can be added? Send an email to [email protected].

To use manaTEAMS the user must have a valid my.austinisd.org account as well as be registered with the AISD TEAMS service. If you don't have an account, or forgot your login info, talk to whoever runs the system at your school.

ManaTEAMS and its developers are not affiliated with Austin Independent School District or Stoneware. Source code is released under the GPL v3 license.

THIS SOFTWARE IS PROVIDED AS-IS WITH NO WARRANTY, EXPRESS OR IMPLIED, TO THE EXTENT PERMITTED BY APPLICABLE LAW. YOU ARE RESPONSIBLE FOR ANY CONSEQUENCES OF USING THIS SOFTWARE.

Icon credit: Parts of icon made by Freepik from flaticon.com. Licensed under Creative Commons 3.0.                    

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

الاسم manaTEAMS manaTEAMS
ID bhifecnmahnembnkehmjhpogecginffa
عنوان URL الرسمي https://chromewebstore.google.com/detail/manateams/bhifecnmahnembnkehmjhpogecginffa
الوصف Easily view your grades.
حجم الملف 309 KB
عدد التثبيتات 33
النسخة الحالية 1.0.3
آخر تحديث 2016-05-26
تاريخ النشر 2016-05-26
تقييم 5.00/5 مجموع تقييمات 12
المطور https://manateams.com
نوع الدفع free
موقع الإضافة http://manateams.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "manaTEAMS",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Easily view your grades.",
    "homepage_url": "http:\/\/manateams.com",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/48.png",
        "default_title": "View grades",
        "default_popup": "src\/browser_action\/main.html#\/loginPage"
    },
    "permissions": [
        "alarms",
        "cookies",
        "notifications",
        "https:\/\/*.austinisd.org\/",
        "http:\/\/*.austinisd.org\/",
        "https:\/\/.austinisd.org\/",
        "storage"
    ]
}