Time Table Viewer & Manager

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

Time Table Viewer & Manager là gì?

Time Table Viewer & Manager là một tiện ích mở rộng Chrome được phát triển bởi https://pratiktiwari.com, và tính năng chính của nó là "Never forget the link of online classes; Managing time table made easier.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Time Table Viewer & Manager

Tải xuống các tệp mở rộng Time Table Viewer & Manager 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

                        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.                    

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

Tên Time Table Viewer & Manager Time Table Viewer & Manager
ID eoebehpikcgoecnbenbeblobkjalhpan
URL Chính Thức https://chromewebstore.google.com/detail/time-table-viewer-manager/eoebehpikcgoecnbenbeblobkjalhpan
Mô tả Never forget the link of online classes; Managing time table made easier.
Kích Thước Tệp 70.24 KB
Số Lần Cài Đặt 422
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-08-26
Ngày Phát Hành 2020-08-26
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://pratiktiwari.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pratiktiwari.com/time-table-manager/index.html
URL Trang Trợ Giúp https://pratiktiwari.com/
URL Trang Chính Sách Bảo Mật https://pratiktiwari.com/time-table-manager/index.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}