Time Table Viewer & Manager
Never forget the link of online classes; Managing time table made easier.
Qu'est-ce que Time Table Viewer & Manager ?
Time Table Viewer & Manager est une extension Chrome développée par https://pratiktiwari.com, et sa fonction principale est "Never forget the link of online classes; Managing time table made easier.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Time Table Viewer & Manager
Téléchargez les fichiers d'extension Time Table Viewer & Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Time Table Viewer & Manager |
ID | eoebehpikcgoecnbenbeblobkjalhpan |
URL Officiel | https://chromewebstore.google.com/detail/time-table-viewer-manager/eoebehpikcgoecnbenbeblobkjalhpan |
Description | Never forget the link of online classes; Managing time table made easier. |
Taille du Fichier | 70.24 KB |
Nombre d'Installations | 422 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-08-26 |
Date de Publication | 2020-08-26 |
Évaluation | 3.75/5 Total 4 Évaluations |
Développeur | https://pratiktiwari.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://pratiktiwari.com/time-table-manager/index.html |
URL de la Page d'Aide | https://pratiktiwari.com/ |
URL de la Page de Politique de Confidentialité | https://pratiktiwari.com/time-table-manager/index.html |
Langues Prises en Charge | 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" ] } |