BetterCIS
Visualize UT instructor reviews
What is BetterCIS?
BetterCIS is a Chrome extension developed by Ian Mobbs, and its main feature is "Visualize UT instructor reviews".
Extension Screenshots
Download BetterCIS Extension CRX File
Download BetterCIS 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
Adds visualizations to the Course Instructor Survey at The University of Texas at Austin so you can better visualize the quality of a professor.
Extension Basic Information
Name | BetterCIS |
ID | hnhghlpjpmiocdkgcgdpkfmapkphkgog |
Official URL | https://chromewebstore.google.com/detail/bettercis/hnhghlpjpmiocdkgcgdpkfmapkphkgog |
Description | Visualize UT instructor reviews |
File Size | 514 KB |
Installation Count | 42 |
Current Version | 0.0.3 |
Last Updated | 2017-11-01 |
Publish Date | 2017-10-31 |
Developer | Ian Mobbs |
Payment Type | free |
Extension Website | http://github.com/ianmobbs/BetterCIS |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BetterCIS", "short_name": "BetterCIS", "description": "Visualize UT instructor reviews", "version": "0.0.3", "content_scripts": [ { "matches": [ "https:\/\/utdirect.utexas.edu\/ctl\/ecis\/results\/view_results.WBX?*" ], "css": [ "c3\/c3.min.css" ], "js": [ "d3\/d3.min.js", "c3\/c3.min.js", "graph.js" ] } ] } |