Bing Schedules

Export your Binghamton University class schedule in just a tap.

What is Bing Schedules?

Bing Schedules is a Chrome extension developed by https://shengslogar.com, and its main feature is "Export your Binghamton University class schedule in just a tap.".

Extension Screenshots

screenshot

Download Bing Schedules Extension CRX File

Download Bing Schedules 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

                        Never miss a class again. With Bing Schedules, plugging your class schedule into your personal calendar just got a whole lot easier.

Bing Schedules exports your class schedule into an ICS file. From there, it's just a click of a button to import your schedule into your favorite calendar app: from Google Calendar to Outlook. Instructions included.

Look at you, being all productive. Embrace the smell of a quick victory.

HOW TO USE IT
First, you'll want to navigate to your Student Detail Schedule Report through BU Brain. Go to myBinghamton (my.binghamton.edu), click the BU Brain icon at the top of the page, navigate to the Student tab, click the Registration link, and then scroll down to the link for your Schedule Report. Once you've selected the correct term (Fall/Spring/etc.), the extension's icon should turn green. Click on it, and it will guide you through the export process.

Great, so you've gotten your export. An ICS file -- what the heck is that? Now you need to import this file into your personal calendar app, whatever that may be. Try Googling something along the lines of "Import ICS into Google Calendar." If you still can't crack it, give us a shout and we'll be more than happy to help.

Thanks for using Bing Schedules!

IN THIS VERSION
We've fixed an issue where exports completely stopped working. Yikes!

DISCLAIMER
This extension is not directly affiliated with Binghamton University. For questions or concerns, contact the developer listed below. We respect your privacy. Your class schedule will never leave your computer.

ISSUE TRACKER
Track any known issues on Github. Please file any issues you are having through the Web Store or on Github.
https://github.com/shengslogar/bingschedules/issues/                    

Extension Basic Information

Name Bing Schedules Bing Schedules
ID ofpmakmjnlpkpnelpdkjpapilnbcafdl
Official URL https://chromewebstore.google.com/detail/bing-schedules/ofpmakmjnlpkpnelpdkjpapilnbcafdl
Description Export your Binghamton University class schedule in just a tap.
File Size 51.46 KB
Installation Count 55
Current Version 0.0.8
Last Updated 2018-09-25
Publish Date 2018-09-25
Rating 5.00/5 Total 1 Ratings
Developer https://shengslogar.com
Email [email protected]
Payment Type free
Extension Website https://github.com/shengslogar/bingschedules
Help Page URL https://github.com/shengslogar/bingschedules/blob/master/README.md
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bing Schedules",
    "short_name": "Bing Schedules",
    "description": "Export your Binghamton University class schedule in just a tap.",
    "version": "0.0.8",
    "page_action": {
        "default_icon": "ref\/img\/popup.png",
        "default_title": "Bing Schedules",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "ref\/img\/icon16.png",
        "48": "ref\/img\/icon48.png",
        "128": "ref\/img\/icon128.png"
    },
    "background": {
        "scripts": [
            "ref\/js\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "downloads"
    ]
}