AccessSyracuse

Chrome Tab Extension for Syracuse University Students

What is AccessSyracuse?

AccessSyracuse is a Chrome extension developed by Zach Visco, and its main feature is "Chrome Tab Extension for Syracuse University Students".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download AccessSyracuse Extension CRX File

Download AccessSyracuse 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

                        AccessSyracuse Chrome Extension

Chrome new-tab extension built for Syracuse University Students

Functions: 

- Easy access to email, BlackBoard, MySlice, The Daily Orange, and upcoming events
- Events calendar integration for all Syracuse University events
- Popup window with shortcut links via Syracuse icon in top-right corner
- Shortcuts to commonly used social media sites
- Current Syracuse weather and descriptions
- Syracuse Library integrated search                    

Extension Basic Information

Name AccessSyracuse AccessSyracuse
ID akbocdfgnndhlpaiiognnbopfmhojnfa
Official URL https://chromewebstore.google.com/detail/accesssyracuse/akbocdfgnndhlpaiiognnbopfmhojnfa
Description Chrome Tab Extension for Syracuse University Students
File Size 6.5 MB
Installation Count 39
Current Version 1.3.5
Last Updated 2018-09-28
Publish Date 2018-09-28
Rating 5.00/5 Total 2 Ratings
Developer Zach Visco
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AccessSyracuse",
    "version": "1.3.5",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/preloader.js",
                "js\/slider.js",
                "js\/modifyDisplay.js",
                "js\/weather.js",
                "js\/clock.js",
                "js\/sulibrary.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com\/calendar\/v3\/calendars\/; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/su-square.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/su-square.png",
        "48": "img\/su-square.png",
        "128": "img\/su-square.png"
    },
    "description": "Chrome Tab Extension for Syracuse University Students",
    "permissions": [
        "storage"
    ]
}