Oracle Secure Form Fill Plugin

Oracle Identity Cloud Service Secure Form Fill Plugin

¿Qué es Oracle Secure Form Fill Plugin?

Oracle Secure Form Fill Plugin es una extensión de Chrome desarrollada por Oracle, y su función principal es "Oracle Identity Cloud Service Secure Form Fill Plugin".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Oracle Secure Form Fill Plugin

Descarga archivos de extensión Oracle Secure Form Fill Plugin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The Oracle Identity Cloud Service Secure Form Fill Plugin allows end-users to login into applications without  having to remember passwords. The plugin also provides an easy to use panel which gives users access to their applications at any time, while they continue working. 

Oracle Identity Cloud Service is a cloud native identity management service. It provides identity management and security to Oracle Cloud and for customer applications.

“By installing the Oracle Identity Cloud Service extension software, you are agreeing to the following terms:
1. You may use the software subject to the following: (a) the software may be used solely for your personal, informational, noncommercial purposes; (b) the software may not be modified or altered in any way; and (c) the software may not be redistributed.
2. The software is the intellectual property and copyrighted works of Oracle America, Inc. or a third party provider. All rights, title and interest not expressly granted with respect to the software are reserved.
3. You may not access, download, use or export the software in violation of U.S. export laws or regulations, or in violation of any other applicable laws or regulations. You agree to comply with all export laws, restrictions and regulations of any United States or applicable agency or authority, and to not directly or indirectly provide or otherwise make available any services and products of Oracle in violation of any such restrictions, laws or regulations, including, without limitation, laws, restrictions or regulations pertaining to the development, design, manufacture or production of nuclear, chemical or biological weapons or missile technology.
4.  Oracle may, from the software, enable you to access and access on behalf of you third party applications, platforms, content, products, services or websites using credentials, tokens or other modes of access provided to you by the applicable third party.  Such credentials may include information relating to a natural person who can be identified, directly or indirectly, by reference to an identification number or to one or more factors specific to his/her physical, physiological, mental, economic, cultural or social identity.
5. Disclaimer of Warranties. THE SOFTWARE IS PROVIDED ON AN "AS IS" BASIS. ORACLE EXPRESSLY DISCLAIMS ALL WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. THE SOFTWARE IS USED AT YOUR OWN DISCRETION AND RISK. ORACLE SHALL HAVE NO RESPONSIBILITY FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OR USE OF THE SOFTWARE.
6. Limitation of Liability. IN NO EVENT SHALL ORACLE BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES, OR DAMAGES FOR LOSS OF PROFITS, REVENUE, DATA OR DATA USE, INCURRED BY YOU OR ANY THIRD PARTY, WHETHER IN AN ACTION IN CONTRACT OR TORT, ARISING FROM YOUR ACCESS TO, OR USE OF, THE SOFTWARE.
7. Exclusions and Limitations. SOME JURISDICTIONS DO NOT ALLOW THE DISCLAIMER OR EXCLUSION OF CERTAIN WARRANTIES OR THE DISCLAIMER, EXCLUSION OR LIMITATION OF CERTAIN LIABILITIES. TO THE EXTENT THAT THEY ARE HELD TO BE LEGALLY INVALID, DISCLAIMERS, EXCLUSIONS AND LIMITATIONS SET FORTH ABOVE DO NOT APPLY AND ALL OTHER TERMS SHALL REMAIN IN FULL FORCE AND EFFECT.
8. All matters relating to your access to, and use of, the software shall be governed by U.S. federal law or the laws of the State of California. Any legal action or proceeding relating to your access to, or use of, the software shall be instituted in a state or federal court in San Francisco or Santa Clara County, California. You and Oracle agree to submit to the jurisdiction of, and agree that venue is proper in, these courts in any such legal action or proceeding.”                    

Información Básica de la Extensión

Nombre Oracle Secure Form Fill Plugin Oracle Secure Form Fill Plugin
ID hcnkpjmgmdmmadheicdhoddllndlifdj
URL Oficial https://chrome.google.com/webstore/detail/oracle-secure-form-fill-p/hcnkpjmgmdmmadheicdhoddllndlifdj
Descripción Oracle Identity Cloud Service Secure Form Fill Plugin
Tamaño del Archivo 236 KB
Cantidad de Instalaciones 853
Versión Actual 0.6.0.0
Última Actualización 2018-05-07
Fecha de Publicación 2018-05-07
Calificación 4.17/5 Total de 12 Calificaciones
Desarrollador Oracle
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.oracle.com
URL de la Página de Política de Privacidad https://www.oracle.com/legal/privacy/privacy-policy.html
Idiomas Soportados de,en,fr,nl,no,tr,da,es,it,hu,pl,ro,sk,fi,sv,cs,el,ru,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "en",
    "author": "Oracle",
    "version": "0.6.0.0",
    "incognito": "split",
    "icons": {
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "__MSG_appTitle__",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentScripts\/CombinedAPS.js",
                "scripts\/contentScripts\/detect.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": [
        "webNavigation",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "unlimitedStorage",
        "contextMenus"
    ],
    "background": {
        "page": "html\/background.html"
    },
    "web_accessible_resources": [
        "html\/modeSwitcher.html",
        "html\/updateHelper.html"
    ]
}