Time Table Viewer & Manager

Never forget the link of online classes; Managing time table made easier.

Time Table Viewer & Manager란 무엇입니까?

Time Table Viewer & Manager은(는) https://pratiktiwari.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never forget the link of online classes; Managing time table made easier."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Time Table Viewer & Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        In the world of online classes, it is difficult to remember the links of each of the subjects. 
"Time Table Viewer & Manager" solves this problem.

User can add the following fields to the time-table:
1. Subject Name
2. Subject Roll Number
3. Subject Code
4. Meeting Link

It is built for both students and teachers. Teachers can fill 0 in the roll number field and they'll be good to go with the extension.

The "Time Table" that the user adds will be persisted across browser closes and system restarts.

The extension doesn't collect any data. All of the stuffs are stored in the user's system itself.                    

확장 프로그램 기본 정보

이름 Time Table Viewer & Manager Time Table Viewer & Manager
ID eoebehpikcgoecnbenbeblobkjalhpan
공식 URL https://chromewebstore.google.com/detail/time-table-viewer-manager/eoebehpikcgoecnbenbeblobkjalhpan
설명 Never forget the link of online classes; Managing time table made easier.
파일 크기 70.24 KB
설치 횟수 422
현재 버전 1.0
최근 업데이트 2020-08-26
출시 날짜 2020-08-26
평점 3.75/5 총 4 개의 평점
개발자 https://pratiktiwari.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pratiktiwari.com/time-table-manager/index.html
도움말 페이지 URL https://pratiktiwari.com/
개인정보 보호 정책 페이지 URL https://pratiktiwari.com/time-table-manager/index.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Table Viewer & Manager",
    "description": "Never forget the link of online classes; Managing time table made easier.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "options_ui": {
            "page": "options.html",
            "open_in_tab": false
        }
    },
    "permissions": [
        "storage"
    ]
}