UOChrome
Extension de Chrome para la UOC.
What is UOChrome?
UOChrome is a Chrome extension developed by Jorge Aguilera, and its main feature is "Extension de Chrome para la UOC.".
Extension Screenshots
Download UOChrome Extension CRX File
Download UOChrome 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
                        Esta versión ya no se mantiene. Prueba UOChrome 4 o UOC Notifier                     Extension Basic Information
| Name |   |  
| ID | libcankhkjpaiimmmimefapbjepgpmkb | 
| Official URL | https://chromewebstore.google.com/detail/uochrome/libcankhkjpaiimmmimefapbjepgpmkb | 
| Description | Extension de Chrome para la UOC. | 
| File Size | 159 KB | 
| Installation Count | 57 | 
| Current Version | 3.10 | 
| Last Updated | 2016-02-03 | 
| Publish Date | 2016-02-03 | 
| Rating | 4.67/5 Total 6 Ratings | 
| Developer | Jorge Aguilera | 
| [email protected] | |
| Payment Type | free | 
| Extension Website | http://public.puravida-software.com | 
| Help Page URL | http://groups.google.com/group/watchuoc?hl=es | 
| Privacy Policy Page URL | http://www.puravida-software.com | 
| Supported Languages | es | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UOChrome",
    "manifest_version": 2,
    "version": "3.10",
    "description": "Extension de Chrome para la UOC.",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "logo128.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/cv.uoc.edu\/",
        "http:\/\/groups.google.com\/group\/watchuoc",
        "http:\/\/www.puravida-software.com\/",
        "http:\/\/public.puravida-software.com\/",
        "notifications",
        "windows"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "options.html"
}  |  |