Auto Fill Oralce SSO Credential
Auto Fill Oralce SSO Credential
Was ist Auto Fill Oralce SSO Credential?
Auto Fill Oralce SSO Credential ist eine Chrome-Erweiterung, die von Tony Wang entwickelt wurde, und ihr Hauptmerkmal ist "Auto Fill Oralce SSO Credential".
Auto Fill Oralce SSO Credential-Erweiterungs-CRX-Datei herunterladen
Laden Sie Auto Fill Oralce SSO Credential-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | abpikcjpjmfafocofpcdnaaaapfhdhea |
Offizielle URL | https://chrome.google.com/webstore/detail/auto-fill-oralce-sso-cred/abpikcjpjmfafocofpcdnaaaapfhdhea |
Beschreibung | Auto Fill Oralce SSO Credential |
Dateigröße | 42.39 KB |
Installationsanzahl | 162 |
Aktuelle Version | 1.0 |
Letztes Update | 2013-11-06 |
Veröffentlichungsdatum | 2013-11-06 |
Bewertung | 3.88/5 Insgesamt 8 Bewertungen |
Entwickler | Tony Wang |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |