Time Table Viewer & Manager
Never forget the link of online classes; Managing time table made easier.
Τι είναι το Time Table Viewer & Manager;
Το Time Table Viewer & Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pratiktiwari.com, και η κύρια λειτουργία του είναι "Never forget the link of online classes; Managing time table made easier.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Time Table Viewer & Manager
Λήψη αρχείων επέκτασης Time Table Viewer & Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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" ] } |