Okta Verify Auto Send

Automatically send an Okta Verify push notification or SMS.

Cos'è Okta Verify Auto Send?

Okta Verify Auto Send è un'estensione di Chrome sviluppata da Developer Tools, e la sua funzione principale è "Automatically send an Okta Verify push notification or SMS.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Okta Verify Auto Send

Scarica i file di estensione Okta Verify Auto Send in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Automatically send an Okta Verify push notification or SMS.                    

Informazioni di Base sull'Estensione

Nome Okta Verify Auto Send Okta Verify Auto Send
ID epdhbnafhnkmdihloinlmcciiadoncmc
URL Ufficiale https://chromewebstore.google.com/detail/okta-verify-auto-send/epdhbnafhnkmdihloinlmcciiadoncmc
Descrizione Automatically send an Okta Verify push notification or SMS.
Dimensione del File 48.65 KB
Conteggio Installazioni 145
Versione Corrente 1.2.0
Ultimo Aggiornamento 2022-11-23
Data di Pubblicazione 2022-11-23
Sviluppatore Developer Tools
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Okta Verify Auto Send",
    "version": "1.2.0",
    "description": "Automatically send an Okta Verify push notification or SMS.",
    "icons": {
        "48": "images\/48.png",
        "96": "images\/96.png"
    },
    "content_scripts": [
        {
            "css": [
                "scrollbars.css"
            ],
            "js": [
                "jquery.js",
                "scrollbar.js"
            ],
            "matches": [
                "https:\/\/docusign.lightning.force.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/developer.chrome.com\/*"
    ],
    "permissions": [
        "tabGroups"
    ]
}