MDCM Quick Links

Quicklinks Menu for McGill Med Students

What is MDCM Quick Links?

MDCM Quick Links is a Chrome extension developed by kozirisdev, and its main feature is "Quicklinks Menu for McGill Med Students".

Extension Screenshots

screenshot

Download MDCM Quick Links Extension CRX File

Download MDCM Quick Links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MDCM Quick Links MDCM Quick Links
ID mhbbfepfhpegpammheeojmogpkilbgjb
Official URL https://chromewebstore.google.com/detail/mdcm-quick-links/mhbbfepfhpegpammheeojmogpkilbgjb
Description Quicklinks Menu for McGill Med Students
File Size 12.14 KB
Installation Count 51
Current Version 1.1.0
Last Updated 2020-07-05
Publish Date 2020-07-04
Rating 5.00/5 Total 1 Ratings
Developer kozirisdev
Email [email protected]
Payment Type free
Extension Website https://demetrios-koziris.github.io/mdcm-quick-links/
Help Page URL https://demetrios-koziris.github.io/mdcm-quick-links/support
Supported Languages 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"
    }
}