UCLA Automated Login
Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after…
What is UCLA Automated Login?
UCLA Automated Login is a Chrome extension developed by Stanley Hsu, and its main feature is "Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after…".
Extension Screenshots
Download UCLA Automated Login Extension CRX File
Download UCLA Automated Login 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
Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after installing and entering the logon info, you will never have to manually enter them again. This extension allows you to automatically log in to all the newly updated UCLA authentication pages.
Extension Basic Information
Name | UCLA Automated Login |
ID | inelalkinoinjgbfjfmkfiagmfefpeic |
Official URL | https://chromewebstore.google.com/detail/ucla-automated-login/inelalkinoinjgbfjfmkfiagmfefpeic |
Description | Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after… |
File Size | 150 KB |
Installation Count | 13 |
Current Version | 2.0.1 |
Last Updated | 2015-11-10 |
Publish Date | 2015-11-10 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Stanley Hsu |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "UCLA Automated Login", "version": "2.0.1", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/ucla128.png" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "https:\/\/*\/*" ], "options_page": "optionPage.html", "browser_action": { "default_icon": "images\/icon16.png", "default_title": "UCLA Automated Login", "default_popup": "options.html" } } |