Badger Planner

Read UW portal scheduler website and generate an ics file to add to calendar of your choice

Τι είναι το Badger Planner;

Το Badger Planner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shrey Modi, και η κύρια λειτουργία του είναι "Read UW portal scheduler website and generate an ics file to add to calendar of your choice".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Badger Planner

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

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

                        Read UW portal scheduler website and generate an ics file to add to calendar of your choice. This Extension will give you two buttons to click. One to open the UW portal Schedule website and another to download an ics file based on your schedule. You can then import the downloaded ics file to the calendar of your choice. I have linked a video demo on how to do this for outlook.

https://youtu.be/HtoQzgUrQPQ

Logo Credit:
Viajaste, CC BY-SA 4.0 , via Wikimedia Commons                    

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

Όνομα Badger Planner Badger Planner
ID cjckdiijaddjmaamffcicioglghpipjg
Επίσημο URL https://chromewebstore.google.com/detail/badger-planner/cjckdiijaddjmaamffcicioglghpipjg
Περιγραφή Read UW portal scheduler website and generate an ics file to add to calendar of your choice
Μέγεθος Αρχείου 9.78 KB
Αριθμός Εγκαταστάσεων 117
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2022-07-20
Ημερομηνία Δημοσίευσης 2022-07-13
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Shrey Modi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Shrey-Modi/Planner-Extension
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Badger Planner",
    "description": "Read UW portal scheduler website and generate an ics file to add to calendar of your choice",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "\/images\/logo_final\/logo.png"
        }
    },
    "icons": {
        "128": "\/images\/logo_final\/logo.png"
    }
}