Online Mate

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

Vad är Online Mate?

Online Mate är en Chrome-tillägg utvecklad av Rohit Kumar, och dess huvudfunktion är "College Mate is a light extension that allows you to create your very own timetable in full detail.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Online Mate-förlängningens CRX-fil

Ladda ner Online Mate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Online Mate Online Mate
ID cpkaahjmeacodnlaaeikaeepfncjbamp
Officiell webbadress https://chromewebstore.google.com/detail/online-mate/cpkaahjmeacodnlaaeikaeepfncjbamp
Beskrivning College Mate is a light extension that allows you to create your very own timetable in full detail.
Filstorlek 96.48 KB
Antal Installationer 44
Aktuell Version 1.0.1
Senast Uppdaterad 2021-09-04
Publiceringsdatum 2021-08-31
Betyg 5.00/5 Totalt 16 Betyg
Utvecklare Rohit Kumar
E-post [email protected]
Betalningssätt free
Stödda Språk 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": []
}