MDCM Quick Links

Quicklinks Menu for McGill Med Students

Vad är MDCM Quick Links?

MDCM Quick Links är en Chrome-tillägg utvecklad av kozirisdev, och dess huvudfunktion är "Quicklinks Menu for McGill Med Students".

Tilläggsskärmbilder

screenshot

Ladda ner MDCM Quick Links-förlängningens CRX-fil

Ladda ner MDCM Quick Links-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

                        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.                    

Grundläggande Information om Tillägg

Namn MDCM Quick Links MDCM Quick Links
ID mhbbfepfhpegpammheeojmogpkilbgjb
Officiell webbadress https://chromewebstore.google.com/detail/mdcm-quick-links/mhbbfepfhpegpammheeojmogpkilbgjb
Beskrivning Quicklinks Menu for McGill Med Students
Filstorlek 12.14 KB
Antal Installationer 51
Aktuell Version 1.1.0
Senast Uppdaterad 2020-07-05
Publiceringsdatum 2020-07-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare kozirisdev
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://demetrios-koziris.github.io/mdcm-quick-links/
Hjälpsida URL https://demetrios-koziris.github.io/mdcm-quick-links/support
Stödda Språk 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"
    }
}