ThinForms Enterprise - for Oracle Forms + EBS

ThinForms Enterprise - Run Oracle EBS, Oracle Forms and Discoverer with Google Chrome.

Τι είναι το ThinForms Enterprise - for Oracle Forms + EBS;

Το ThinForms Enterprise - for Oracle Forms + EBS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://talkingbyte.com, και η κύρια λειτουργία του είναι "ThinForms Enterprise - Run Oracle EBS, Oracle Forms and Discoverer with Google Chrome.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ThinForms Enterprise - for Oracle Forms + EBS

Λήψη αρχείων επέκτασης ThinForms Enterprise - for Oracle Forms + EBS σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The ThinForms Enterprise Chrome Extension is a Helper-Addon to TalkingByte's ThinForms JavaHost Native Application, which allows you to run selected Java Applets such as Oracle Forms and Oracle EBS Applets, as well as Oracle Discoverer, directly from modern, Chromium-based browsers. 

Simply open your Oracle Forms URL, or use Oracle EBS in your favourite browser, and this extension will emulate the appropriate Java Environment run them. No need for Internet Explorer!

In order for this extension to work, you will need to have 2 components installed:

1) ThinForms Enterprise Chrome Extension Helper Addon (this extension)
2) The Native Host Application "ThinForms Java Host", available here:
https://www.talkingbyte.com/download.php?product_id=ThinForms_JavaHost_installer.zip

Once installed, simply open your Oracle Forms/EBS application URL in Chrome, and ThinForms will automatically scan for and start Oracle Applets.

NOTE: The related native Java Host application available at the link above is a 60-days TRIAL version. In order to acquire a full License with Enterprise Support Agreement for the ThinForms JavaHost Application, please visit our website at https://www.TalkingByte.com or contact us at [email protected]

Please find our terms and conditions on our website: http://www.talkingbyte.com/terms_cm.txt

Please note: The ThinForms Extension is a 3rd party product, with no affiliations to Oracle. The ThinForms Java Host Emulator application is maintained and supported by TalkingByte.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ThinForms Enterprise - for Oracle Forms + EBS ThinForms Enterprise - for Oracle Forms + EBS
ID nmjefghbgfcpoobigfbalocpncklkjhk
Επίσημο URL https://chromewebstore.google.com/detail/thinforms-enterprise-for/nmjefghbgfcpoobigfbalocpncklkjhk
Περιγραφή ThinForms Enterprise - Run Oracle EBS, Oracle Forms and Discoverer with Google Chrome.
Μέγεθος Αρχείου 26.65 KB
Αριθμός Εγκαταστάσεων 39,866
Τρέχουσα Έκδοση 1.5.5
Τελευταία Ενημέρωση 2023-02-15
Ημερομηνία Δημοσίευσης 2020-05-21
Αξιολόγηση 3.98/5 Συνολικά 45 Αξιολογήσεις
Προγραμματιστής https://talkingbyte.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.talkingbyte.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.talkingbyte.com/privacy.txt
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThinForms Enterprise - for Oracle Forms + EBS",
    "short_name": "ThinForms Enterprise",
    "version": "1.5.5",
    "manifest_version": 3,
    "author": "www.TalkingByte.com",
    "description": "ThinForms Enterprise - Run Oracle EBS, Oracle Forms and Discoverer with Google Chrome.",
    "permissions": [
        "nativeMessaging",
        "notifications",
        "storage",
        "cookies"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "oforms_scanner.js"
            ],
            "run_at": "document_idle",
            "css": [
                "oforms_content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "oforms_bg.js"
    },
    "options_page": "oforms_options.html",
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "oforms_scanner_inj.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}