Time Table Viewer & Manager

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

Time Table Viewer & Manager क्या है?

Time Table Viewer & Manager https://pratiktiwari.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Never forget the link of online classes; Managing time table made easier."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Time Table Viewer & Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    ]
}