Time Table Viewer & Manager
Never forget the link of online classes; Managing time table made easier.
¿Qué es Time Table Viewer & Manager?
Time Table Viewer & Manager es una extensión de Chrome desarrollada por https://pratiktiwari.com, y su función principal es "Never forget the link of online classes; Managing time table made easier.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Time Table Viewer & Manager
Descarga archivos de extensión Time Table Viewer & Manager en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Time Table Viewer & Manager |
ID | eoebehpikcgoecnbenbeblobkjalhpan |
URL Oficial | https://chromewebstore.google.com/detail/time-table-viewer-manager/eoebehpikcgoecnbenbeblobkjalhpan |
Descripción | Never forget the link of online classes; Managing time table made easier. |
Tamaño del Archivo | 70.24 KB |
Cantidad de Instalaciones | 422 |
Versión Actual | 1.0 |
Última Actualización | 2020-08-26 |
Fecha de Publicación | 2020-08-26 |
Calificación | 3.75/5 Total de 4 Calificaciones |
Desarrollador | https://pratiktiwari.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://pratiktiwari.com/time-table-manager/index.html |
URL de la Página de Ayuda | https://pratiktiwari.com/ |
URL de la Página de Política de Privacidad | https://pratiktiwari.com/time-table-manager/index.html |
Idiomas Soportados | 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" ] } |