Auto Fill Oralce SSO Credential
Auto Fill Oralce SSO Credential
Wat is Auto Fill Oralce SSO Credential?
Auto Fill Oralce SSO Credential is een Chrome-extensie ontwikkeld door Tony Wang, en de belangrijkste functie is "Auto Fill Oralce SSO Credential".
Download het CRX-bestand van de extensie Auto Fill Oralce SSO Credential
Download Auto Fill Oralce SSO Credential-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | ![]() |
ID | abpikcjpjmfafocofpcdnaaaapfhdhea |
Officiële URL | https://chrome.google.com/webstore/detail/auto-fill-oralce-sso-cred/abpikcjpjmfafocofpcdnaaaapfhdhea |
Beschrijving | Auto Fill Oralce SSO Credential |
Bestandsgrootte | 42.39 KB |
Aantal Installaties | 162 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-11-06 |
Publicatiedatum | 2013-11-06 |
Beoordeling | 3.88/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Tony Wang |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |