UOC Notifier
UOC notifier for Google Chrome
Hvad er UOC Notifier?
UOC Notifier er en Chrome-udvidelse udviklet af uoc-notifier, og dens hovedfunktion er "UOC notifier for Google Chrome".
Udvidelsesskærmbilleder
Download UOC Notifier-udvidelses-CRX-fil
Download UOC Notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Get the latest news and notifications on your Chrome!
Based on UOChrome from Jorge Aguilera
These are the amazing features!
- Autologin to UOC
- Get the latest notifications of what is happening in the classrooms
- Check your calendar
- Shorthand links to some interesting parts of the website
- Get notified about PAC dates and grades! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | beiebnelcljchfoehaogncobmpelndgh |
| Officiel URL | https://chromewebstore.google.com/detail/uoc-notifier/beiebnelcljchfoehaogncobmpelndgh |
| Beskrivelse | UOC notifier for Google Chrome |
| Filstørrelse | 298 KB |
| Antal Installationer | 1,916 |
| Nuværende Version | 2.4.0 |
| Senest Opdateret | 2022-06-13 |
| Udgivelsesdato | 2020-02-22 |
| Bedømmelse | 4.85/5 Samlet 88 Bedømmelser |
| Udvikler | uoc-notifier |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/UOC-notifier/UOC-notifier-chrome |
| Hjælpeside-URL | https://github.com/UOC-notifier/UOC-notifier-chrome/issues |
| URL til Fortrolighedspolitik Side | https://raw.githubusercontent.com/UOC-notifier/UOC-notifier-chrome/master/privacidad.md |
| Understøttede Sprog | en,ca,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "img\/logo128.png",
"default_popup": "popup.html"
},
"background": {
"page": "background.html",
"persistent": false
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "__MSG_DESCRIPTION__",
"icons": {
"16": "img\/logo16.png",
"32": "img\/logo32.png",
"64": "img\/logo64.png",
"128": "img\/logo128.png"
},
"default_locale": "en",
"manifest_version": 2,
"name": "__MSG_TITLE__",
"options_page": "options.html",
"permissions": [
"*:\/\/*.uoc.edu\/*",
"alarms",
"idle",
"cookies"
],
"version": "2.4.0",
"content_scripts": [
{
"all_frames": true,
"run_at": "document_end",
"matches": [
"*:\/\/*.uoc.edu\/*"
],
"css": [
"theme\/styles.css"
],
"js": [
"theme\/uoctheme.js"
]
}
]
} | |