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…
O que é UCLA Automated Login?
UCLA Automated Login é uma extensão do Chrome desenvolvida por Stanley Hsu, e sua principal característica é "Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão UCLA Automated Login
Baixe arquivos de extensão UCLA Automated Login no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | UCLA Automated Login |
ID | inelalkinoinjgbfjfmkfiagmfefpeic |
URL Oficial | https://chromewebstore.google.com/detail/ucla-automated-login/inelalkinoinjgbfjfmkfiagmfefpeic |
Descrição | Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after… |
Tamanho do Arquivo | 150 KB |
Contagem de Instalações | 13 |
Versão Atual | 2.0.1 |
Última Atualização | 2015-11-10 |
Data de Publicação | 2015-11-10 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Stanley Hsu |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |