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."입니다.
확장 프로그램 스크린샷
UIMS Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | fpegbdpjlgmlbjphonekhfomopigahfb |
공식 URL | 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 } |