Online Mate

College Mate is a light extension that allows you to create your very own timetable in full detail.

Was ist Online Mate?

Online Mate ist eine Chrome-Erweiterung, die von Rohit Kumar entwickelt wurde, und ihr Hauptmerkmal ist "College Mate is a light extension that allows you to create your very own timetable in full detail.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Online Mate-Erweiterungs-CRX-Datei herunterladen

Laden Sie Online Mate-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

                        College Mate is a light extension that allows you to create your very own timetable in full detail. College Mate allows you to store your online class meet link within the timetable itself so that you can hop in your class without wasting a single second.                    

Grundlegende Informationen zur Erweiterung

Name Online Mate Online Mate
ID cpkaahjmeacodnlaaeikaeepfncjbamp
Offizielle URL https://chromewebstore.google.com/detail/online-mate/cpkaahjmeacodnlaaeikaeepfncjbamp
Beschreibung College Mate is a light extension that allows you to create your very own timetable in full detail.
Dateigröße 96.48 KB
Installationsanzahl 44
Aktuelle Version 1.0.1
Letztes Update 2021-09-04
Veröffentlichungsdatum 2021-08-31
Bewertung 5.00/5 Insgesamt 16 Bewertungen
Entwickler Rohit Kumar
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Online Mate",
    "description": "College Mate is a light extension that allows you to create your very own timetable in full detail.",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": ".\/logos\/19px.png",
        "32": ".\/logos\/32px.png",
        "48": ".\/logos\/48px.png",
        "128": ".\/logos\/128px.png",
        "150": ".\/logos\/150px.png"
    },
    "background": [],
    "browser_action": {
        "default_popup": ".\/popup.html",
        "default_icons": {
            "16": ".\/logos\/19px.png",
            "32": ".\/logos\/32px.png",
            "48": ".\/logos\/48px.png",
            "128": ".\/logos\/128px.png",
            "150": ".\/logos\/150px.png"
        }
    },
    "options_page": ".\/options.html",
    "permissions": []
}