MDCM Quick Links

Quicklinks Menu for McGill Med Students

Wat is MDCM Quick Links?

MDCM Quick Links is een Chrome-extensie ontwikkeld door kozirisdev, en de belangrijkste functie is "Quicklinks Menu for McGill Med Students".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MDCM Quick Links

Download MDCM Quick Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        MDCM Quick Links is a browser extension providing an easy way to access MDCM related links.

MDCM Quick Links was previously named myMDCM Enhanced and had functionality allowing users to export their myMDCM calendar schedule. The extension was renamed when this calendar export functionality was deprecated.

MDCM Quick Links is free and open source software. The source code is made available on GitHub and is provided under the GNU General Public License which can be found on the GNU website or in the LICENSE file of the Github repository. 
McGill and MDCM Quick Links are not affiliated with this software.                    

Basisinformatie over de Extensie

Naam MDCM Quick Links MDCM Quick Links
ID mhbbfepfhpegpammheeojmogpkilbgjb
Officiële URL https://chromewebstore.google.com/detail/mdcm-quick-links/mhbbfepfhpegpammheeojmogpkilbgjb
Beschrijving Quicklinks Menu for McGill Med Students
Bestandsgrootte 12.14 KB
Aantal Installaties 51
Huidige Versie 1.1.0
Laatst Bijgewerkt 2020-07-05
Publicatiedatum 2020-07-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar kozirisdev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://demetrios-koziris.github.io/mdcm-quick-links/
Help Pagina-URL https://demetrios-koziris.github.io/mdcm-quick-links/support
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MDCM Quick Links",
    "author": "kozirisdev",
    "manifest_version": 2,
    "version": "1.1.0",
    "description": "Quicklinks Menu for McGill Med Students",
    "browser_action": {
        "default_icon": {
            "38": "icons\/mymdcm-128.png",
            "128": "icons\/mymdcm-128.png"
        },
        "default_popup": "menu\/quicklinksMenu.html",
        "default_title": "Click to view Quick Links Menu!"
    },
    "icons": {
        "128": "icons\/mymdcm-128.png"
    }
}