UIMS Assistant

Assists you keeping up with your attendance goals.

UIMS Assistant là gì?

UIMS Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://dhawalsinghpanwar.codes, và tính năng chính của nó là "Assists you keeping up with your attendance goals.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UIMS Assistant

Tải xuống các tệp mở rộng UIMS Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This Chrome Extension assists users to visualise their attendance data and even extract it to load onto the UIMS Assistant Web App for more insightful visualisations.

With the UIMS Assistant Chrome Extension, you can:
- know how many lectures ahead or behind are you from your attendance goal
- keep up with your attendance goals

Update v1.1.1 : What's new?

- Can now communicate with UIMS Assistant - Web App directly thus reducing friction in user experience.
- Your attendance data is destroyed as soon as you close the tab for privacy purpose.
- You also have an option to delete your attendance data manually in the extension popup for increased privacy controls.

 v1.0.1

- All the features are just a right click away now.
- Just login to your UIMS once and store the data right in your browser till you delete it.
- Integrated with UIMS Assistant Web App to visualize your attendance data more sensibly yet beautifully.
- UIMS Assistant Web App does all the math to generate insights into your attendance data.

v1.0.0

- Know how many lectures ahead or behind are you from your attendance goal.
- Extract your attendance data in JSON format directly from UIMS.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UIMS Assistant UIMS Assistant
ID fpegbdpjlgmlbjphonekhfomopigahfb
URL Chính Thức https://chromewebstore.google.com/detail/uims-assistant/fpegbdpjlgmlbjphonekhfomopigahfb
Mô tả Assists you keeping up with your attendance goals.
Kích Thước Tệp 159 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2020-07-29
Ngày Phát Hành 2020-06-18
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://dhawalsinghpanwar.codes
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://uims-assistant.web.app
URL Trang Trợ Giúp https://github.com/dsp9107/UIMS-Assistant-Chrome-Extension/wiki
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UIMS Assistant",
    "version": "1.1.1",
    "description": "Assists you keeping up with your attendance goals.",
    "permissions": [
        "contextMenus",
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/uims-assistant.web.app\/demo"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup-uims.html",
        "default_icon": {
            "24": "images\/w24.png",
            "32": "images\/w32.png",
            "64": "images\/w64.png",
            "128": "images\/w128.png",
            "256": "images\/w256.png",
            "512": "images\/w512.png"
        }
    },
    "icons": {
        "24": "images\/w24.png",
        "32": "images\/w32.png",
        "64": "images\/w64.png",
        "128": "images\/w128.png",
        "256": "images\/w256.png",
        "512": "images\/w512.png"
    },
    "manifest_version": 2
}