UIMS Assistant

Assists you keeping up with your attendance goals.

什麼是UIMS Assistant?

UIMS Assistant是由https://dhawalsinghpanwar.codes開發的Chrome擴展程式,該擴展的主要功能是“Assists you keeping up with your attendance goals.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載UIMS Assistant擴展crx文件

下載UIMS Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 UIMS Assistant UIMS Assistant
ID fpegbdpjlgmlbjphonekhfomopigahfb
官方網址 https://chromewebstore.google.com/detail/uims-assistant/fpegbdpjlgmlbjphonekhfomopigahfb
簡介 Assists you keeping up with your attendance goals.
檔案大小 159 KB
安裝次數 14
目前版本 1.1.1
更新時間 2020-07-29
上架時間 2020-06-18
評分 5.00/5 共 3 次評分
開發者 https://dhawalsinghpanwar.codes
電子郵箱 [email protected]
付費類型 free
擴展官網 https://uims-assistant.web.app
說明頁面URL https://github.com/dsp9107/UIMS-Assistant-Chrome-Extension/wiki
支援的語言 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
}