iLink for Oracle

Oracle Cloud delivered to Chrome, Gmail, Google Workspace and more.

Τι είναι το iLink for Oracle;

Το iLink for Oracle είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://cloudtrio.com, και η κύρια λειτουργία του είναι "Oracle Cloud delivered to Chrome, Gmail, Google Workspace and more.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης iLink for Oracle

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

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

                        iLink for Oracle delivers powerful productivity tools to Chrome.

Chrome Integration

iLink provides a host of tools to allow you to access Oracle CX from anywhere in Chrome

- URL Address Bar search - search the CRM from any tab just by typing in the Address Bar
- Chrome menu - access a host of features from the Chrome Context menu (simply right-click)
- Popup - manage Oracle CX from our simple App
- Oracle CX shortcuts to accelerate access

Gmail Integration

iLink provides full Oracle access from right inside Gmail.  Key features include:

- Oracle data displayed on any opened email
- Log Emails to Oracle with a single click
- Add or Update any Oracle data from within Gmail
- Quick links to Oracle records, homepages and more

Power Grid

Our Power Grid allows you to manage your Oracle CX Data without a Complex UI

- Build powerful queries using simple search tools
- Update records with In-Grid edit
- Run Mass Updates and Mass Deletes

Plus more....

- Google Calendar Addon, Google Workspace Addon
- Synchronise Google Tasks, Contacts, Calendar, Email

... See our website http://cloudtrio.com for more details                    

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

Όνομα iLink for Oracle iLink for Oracle
ID bapkgmfcnliifaokfpfplgppddaeollb
Επίσημο URL https://chrome.google.com/webstore/detail/ilink-for-oracle/bapkgmfcnliifaokfpfplgppddaeollb
Περιγραφή Oracle Cloud delivered to Chrome, Gmail, Google Workspace and more.
Μέγεθος Αρχείου 925 KB
Αριθμός Εγκαταστάσεων 77
Τρέχουσα Έκδοση 2.03
Τελευταία Ενημέρωση 2021-03-22
Ημερομηνία Δημοσίευσης 2018-09-02
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://cloudtrio.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.cloudtrio.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.cloudtrio.com/contact
URL της Σελίδας Πολιτικής Απορρήτου http://cloudtrio.com/PrivacyPolicy.aspx
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iLink for Oracle",
    "description": "Oracle Cloud delivered to Chrome, Gmail, Google Workspace and more.",
    "omnibox": {
        "keyword": "ora"
    },
    "version": "2.03",
    "background": {
        "scripts": [
            "jquery-2.0.3.min.js",
            "db.js",
            "meta.js",
            "profile.js",
            "gmailTools.js",
            "omni.js",
            "language.js",
            "main.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/ilink_oracle_16.png",
        "48": "images\/ilink_oracle_48.png",
        "128": "images\/ilink_oracle_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "db.js",
                "jquery-ui.min.js",
                "inboxsdk.js",
                "meta.js",
                "profile.js",
                "omni.js",
                "language.js",
                "main.js",
                "content.js"
            ],
            "css": [
                "jquery-ui.min.css",
                "iLink.css",
                "iLinkEmail.css",
                "css\/fontawesome.min.css",
                "css\/regular.min.css",
                "css\/solid.min.css",
                "css\/duotone.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "contextMenus",
        "identity",
        "identity.email",
        "https:\/\/ilink-plus-fn.azurewebsites.net\/",
        "https:\/\/ilink.cloudtrio.com\/",
        "https:\/\/*.oraclecloud.com\/",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.googleapis.com\/*",
        "storage",
        "unlimitedStorage",
        "clipboardRead"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.google.com 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "iLink for Oracle",
        "default_icon": "images\/ilink_oracle_512.png",
        "default_popup": "iLinki.html"
    },
    "commands": {
        "openiLink": {
            "suggested_key": {
                "default": "Ctrl+Shift+0"
            },
            "description": "Open iLink",
            "global": true
        }
    },
    "manifest_version": 2
}