Auto Fill Oralce SSO Credential
Auto Fill Oralce SSO Credential
What is Auto Fill Oralce SSO Credential?
Auto Fill Oralce SSO Credential is a Chrome extension developed by Tony Wang, and its main feature is "Auto Fill Oralce SSO Credential".
Download Auto Fill Oralce SSO Credential Extension CRX File
Download Auto Fill Oralce SSO Credential 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
Extension Basic Information
Name | ![]() |
ID | abpikcjpjmfafocofpcdnaaaapfhdhea |
Official URL | https://chrome.google.com/webstore/detail/auto-fill-oralce-sso-cred/abpikcjpjmfafocofpcdnaaaapfhdhea |
Description | Auto Fill Oralce SSO Credential |
File Size | 42.39 KB |
Installation Count | 162 |
Current Version | 1.0 |
Last Updated | 2013-11-06 |
Publish Date | 2013-11-06 |
Rating | 3.88/5 Total 8 Ratings |
Developer | Tony Wang |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Fill Oralce SSO Credential", "version": "1.0", "manifest_version": 2, "description": "Auto Fill Oralce SSO Credential", "permissions": [ "tabs", "https:\/\/login.oracle.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/login.oracle.com\/*" ], "js": [ "sjcl.js", "jquery-1.7.1.min_cn.ziscloud.js", "auto_fill_oracle_sso.js" ], "run_at": "document_end" } ] } |