Oracle Guided Learning Editor

Oracle Guided Learning is a Digital Adoption Platform that helps organizations accelerate user adoption of their cloud applications.

Co to jest Oracle Guided Learning Editor?

Oracle Guided Learning Editor to rozszerzenie Chrome opracowane przez iridize-devs, a jego główną funkcją jest „Oracle Guided Learning is a Digital Adoption Platform that helps organizations accelerate user adoption of their cloud applications.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Oracle Guided Learning Editor

Pobierz pliki rozszerzeń Oracle Guided Learning Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Oracle Guided Learning (OGL) is an enterprise cloud digital adoption platform that supports the creation of personalized and contextualized in-application guidance to simplify and accelerate user adoption of web-based applications. The Oracle Guided Learning Editor extension is required for OGL content developers and administrators to create, edit, and configure content from within the OGL console.

Oracle Guided Learning helps organizations and product owners lower the cost of training and supporting users. It enables the creation of individualized and guided onboarding visualizations for end-users, serving as a learning and information interface embedded in a host application. The main purpose of Oracle Guided Learning is to accelerate the adoption of any web-based application, facilitating the process for both organizations and employees.

By installing the Oracle Guided Learning 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 internal business operation; (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. 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.
5. 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.
6. 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.
7. 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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Oracle Guided Learning Editor Oracle Guided Learning Editor
ID gjlnedceigegbbmdnjgeebldeljgmhch
Oficjalny URL https://chromewebstore.google.com/detail/oracle-guided-learning-ed/gjlnedceigegbbmdnjgeebldeljgmhch
Opis Oracle Guided Learning is a Digital Adoption Platform that helps organizations accelerate user adoption of their cloud applications.
Rozmiar pliku 566 KB
Liczba instalacji 20,000
Aktualna Wersja 2401.18.2
Ostatnia Aktualizacja 2024-01-21
Data Publikacji 2020-07-13
Ocena 4.80/5 Łącznie 5 Oceny
Deweloper iridize-devs
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.oracle.com
Adres URL Strony Polityki Prywatności https://www.oracle.com/in/legal/privacy/privacy-policy.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oracle Guided Learning Editor",
    "version": "2401.18.2",
    "manifest_version": 3,
    "description": "Oracle Guided Learning is a Digital Adoption Platform that helps organizations accelerate user adoption of their cloud applications.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "https:\/\/www.oracle.com\/",
    "background": {
        "service_worker": "service_worker.js"
    },
    "commands": {
        "capture-screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Capture screenshhot"
        }
    },
    "permissions": [
        "webRequest",
        "activeTab",
        "scripting",
        "storage",
        "management"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/src\/stLogger.js",
                "js\/src\/chrome.js",
                "js\/src\/extension.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/src\/load_emb_code.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/src\/load_emb_code.js",
                "js\/src\/bridge\/starter.js",
                "js\/src\/emb\/stEmbedded.js",
                "js\/src\/emb\/feEmbedded.js",
                "js\/src\/emb\/previewEmbedded.js",
                "js\/src\/emb\/stBaseNoJq.js",
                "js\/src\/emb\/stWeb.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/actions\/1.png",
        "default_title": "Click to open OGL Onboarding and Training for Web Products and Applications"
    }
}