UM Calendar Downloader

An automatic organizer tool to load course schedules in wolverine access to google calendar

Τι είναι το UM Calendar Downloader;

Το UM Calendar Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον camillgi, και η κύρια λειτουργία του είναι "An automatic organizer tool to load course schedules in wolverine access to google calendar".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης UM Calendar Downloader

Λήψη αρχείων επέκτασης UM Calendar Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα UM Calendar Downloader UM Calendar Downloader
ID doepoieoohnakcjcdldghcpcajajlild
Επίσημο URL https://chrome.google.com/webstore/detail/um-calendar-downloader/doepoieoohnakcjcdldghcpcajajlild
Περιγραφή An automatic organizer tool to load course schedules in wolverine access to google calendar
Μέγεθος Αρχείου 1.75 MB
Αριθμός Εγκαταστάσεων 26
Τρέχουσα Έκδοση 0.0.0.1
Τελευταία Ενημέρωση 2018-12-08
Ημερομηνία Δημοσίευσης 2018-12-05
Αξιολόγηση 4.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής camillgi
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UM Calendar Downloader",
    "version": "0.0.0.1",
    "description": "An automatic organizer tool to load course schedules in wolverine access to google calendar",
    "icons": {
        "128": "SlayTheDayIcon.png",
        "48": "SlayTheDayIcon.png",
        "16": "SlayTheDayIcon.png"
    },
    "browser_action": {
        "default_icon": "SlayTheDayIcon.png",
        "default_title": "Autoload UMich Schedule",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js",
            "jquery-3.3.1.min.js",
            "ics.deps.min.js",
            "ics.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/csprod.dsc.umich.edu\/psc\/csprodnonop\/EMPLOYEE\/SA\/c\/*"
            ],
            "js": [
                "angular.min.js",
                "jquery-3.3.1.min.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "*:\/\/*\/*",
        "https:\/\/csprod.dsc.umich.edu\/psp\/csprodnonop\/EMPLOYEE\/SA\/c\/*"
    ],
    "web_accessible_resources": [
        "SlayTheDayIcon.png"
    ]
}