Okta Remote

Okta Remote for Your Tenant

Τι είναι το Okta Remote;

Το Okta Remote είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nithinmoorthy11, και η κύρια λειτουργία του είναι "Okta Remote for Your Tenant".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Okta Remote

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

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

                        The Okta Remote is a Google Extension that is designed for solutions engineers of Okta to be able to brand their demo tenant. Users can brand using an image from the Gallery provided in Okta Remote or they can copy an image URL for both the background image and logo to be able to upload a custom picture. Lastly, Okta Remote also has a tab that allows users to quickly search the OIN(Okta Integration Network) rather than going to directly to the site.                    

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

Όνομα Okta Remote Okta Remote
ID ccplbkcekhphodncdkdfhhimkhglihce
Επίσημο URL https://chromewebstore.google.com/detail/okta-remote/ccplbkcekhphodncdkdfhhimkhglihce
Περιγραφή Okta Remote for Your Tenant
Μέγεθος Αρχείου 7.54 MB
Αριθμός Εγκαταστάσεων 202
Τρέχουσα Έκδοση 3.1.1
Τελευταία Ενημέρωση 2023-01-17
Ημερομηνία Δημοσίευσης 2021-11-17
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής nithinmoorthy11
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Okta Remote",
    "version": "3.1.1",
    "description": "Okta Remote for Your Tenant",
    "action": {
        "default_popup": "index.html",
        "default_icon": "Okta_Remote1.png"
    },
    "icons": {
        "16": "Okta_Remote1.png",
        "32": "Okta_Remote1.png",
        "128": "Okta_Remote1.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}