TritonHelper
Multipurpose extension for UCSD students
Wat is TritonHelper?
TritonHelper is een Chrome-extensie ontwikkeld door TritonHelper, en de belangrijkste functie is "Multipurpose extension for UCSD students".
Extensie Screenshots
Download het CRX-bestand van de extensie TritonHelper
Download TritonHelper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
TritonHelper is an extension to make life easier for UCSD students.
Class Schedule:
- view your class schedule with the click of a button
- syncs a copy of your schedule to your computer so you can quickly see it when you need to, even when offline!
Other features:
- easy access to useful information such as your UCSD mailing address, parking information and more
Go Tritons!
UPDATE 4/3/14 (v1.3.7.1): Autofill now works with new sign-on page Basisinformatie over de Extensie
| Naam | |
| ID | pjnboioiodjoemninfjeofoefcmalndk |
| Officiële URL | https://chromewebstore.google.com/detail/tritonhelper/pjnboioiodjoemninfjeofoefcmalndk |
| Beschrijving | Multipurpose extension for UCSD students |
| Bestandsgrootte | 729 KB |
| Aantal Installaties | 95 |
| Huidige Versie | 1.3.7.1 |
| Laatst Bijgewerkt | 2016-02-23 |
| Publicatiedatum | 2016-02-22 |
| Beoordeling | 4.88/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | TritonHelper |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TritonHelper",
"description": "Multipurpose extension for UCSD students",
"version": "1.3.7.1",
"browser_action": {
"default_icon": "simplelogo.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"*:\/\/a4.ucsd.edu\/tritON\/Authn\/*"
],
"js": [
"login.js"
]
},
{
"matches": [
"*:\/\/act.ucsd.edu\/myTritonlink20\/display.htm"
],
"js": [
"jquery-1.8.3.min.js",
"schedule.js"
]
},
{
"matches": [
"*:\/\/act.ucsd.edu\/cgi-bin\/tritonlink.pl\/2\/students\/academic\/classes\/class_schedule.pl"
],
"js": [
"jquery-1.8.3.min.js",
"inject.js"
]
}
],
"web_accessible_resources": [
"inject.js"
]
} | |