Cuny Portal
a simple portal for blackboard and cuny first. open a new tab and click on either blackboard or cuny first. Version 1.3.1 October…
What is Cuny Portal?
Cuny Portal is a Chrome extension developed by nickhidalgo93, and its main feature is "a simple portal for blackboard and cuny first. open a new tab and click on either blackboard or cuny first. Version 1.3.1 October…".
Extension Screenshots
Download Cuny Portal Extension CRX File
Download Cuny Portal 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
a simple portal for blackboard and cuny first. open a new tab and click on either blackboard or cuny first. Version 1.3.1 October 2, 2018 ** Fixed blackboard and cuny first links ** Redesign of entire extension ** changed background color ** added Fall 2018 schedule ** cleaned up layout Version 2.0 April 4, 2019 ** redesigned extension using bootstrap 4 ** ** cuny twitter feed tab ** ** updated spring 2019 schedule ** ** available on mobile at nickcancode.github.io/CunyPortal ** Please leave feedback
Extension Basic Information
Name | |
ID | iccbgoeadclnnhpnjpkhnebaleilbfpi |
Official URL | https://chrome.google.com/webstore/detail/cuny-portal/iccbgoeadclnnhpnjpkhnebaleilbfpi |
Description | a simple portal for blackboard and cuny first. open a new tab and click on either blackboard or cuny first. Version 1.3.1 October… |
File Size | 879 KB |
Installation Count | 20 |
Current Version | 2.0 |
Last Updated | 2019-04-04 |
Publish Date | 2019-04-04 |
Developer | nickhidalgo93 |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cuny Portal", "description": "", "version": "2.0", "author": "Nick", "browser_action": { "default_icon": "icon16.png", "default_title": "Cuny Portal", "default_popup": "popup.html" }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "activeTab" ] } |