Time Table Viewer & Manager

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

Was ist Time Table Viewer & Manager?

Time Table Viewer & Manager ist eine Chrome-Erweiterung, die von https://pratiktiwari.com entwickelt wurde, und ihr Hauptmerkmal ist "Never forget the link of online classes; Managing time table made easier.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Time Table Viewer & Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Time Table Viewer & Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Time Table Viewer & Manager Time Table Viewer & Manager
ID eoebehpikcgoecnbenbeblobkjalhpan
Offizielle URL https://chromewebstore.google.com/detail/time-table-viewer-manager/eoebehpikcgoecnbenbeblobkjalhpan
Beschreibung Never forget the link of online classes; Managing time table made easier.
Dateigröße 70.24 KB
Installationsanzahl 422
Aktuelle Version 1.0
Letztes Update 2020-08-26
Veröffentlichungsdatum 2020-08-26
Bewertung 3.75/5 Insgesamt 4 Bewertungen
Entwickler https://pratiktiwari.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://pratiktiwari.com/time-table-manager/index.html
Hilfeseite URL https://pratiktiwari.com/
URL der Datenschutzrichtlinien-Seite https://pratiktiwari.com/time-table-manager/index.html
Unterstützte Sprachen 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"
    ]
}