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 Mike Kenyon, e la sua funzione principale è "Automatically send an Okta Verify push notification or SMS.".

Screenshot dell'Estensione

screenshot
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

                        Using two-factor authentication with Okta? Why do you have to click the "Send to my device" button?

Whether you use Okta Verify or SMS, now there's one less step! Just automatically send the push notification or the SMS / text message to your phone.                    

Informazioni di Base sull'Estensione

Nome Okta Verify Auto Send Okta Verify Auto Send
ID emplldgagngbkepbhafkhcnlmjfjjbdp
URL Ufficiale https://chromewebstore.google.com/detail/okta-verify-auto-send/emplldgagngbkepbhafkhcnlmjfjjbdp
Descrizione Automatically send an Okta Verify push notification or SMS.
Dimensione del File 17.89 KB
Conteggio Installazioni 10,000
Versione Corrente 1.2.0
Ultimo Aggiornamento 2017-11-25
Data di Pubblicazione 2017-11-25
Valutazione 3.00/5 Totale 6 Valutazioni
Sviluppatore Mike Kenyon
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mkenyon/okta-verify-auto-send
URL della Pagina di Aiuto https://github.com/mkenyon/okta-verify-auto-send/issues
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Okta Verify Auto Send",
    "version": "1.2.0",
    "manifest_version": 2,
    "author": "Mike Kenyon",
    "description": "Automatically send an Okta Verify push notification or SMS.",
    "homepage_url": "https:\/\/github.com\/mkenyon\/okta-verify-auto-send",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "permissions": [
        "https:\/\/*.okta.com\/"
    ],
    "short_name": "Okta Verify Auto Send",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.okta.com\/",
                "https:\/\/*.okta.com\/login\/login.htm*",
                "https:\/\/*.okta.com\/signin\/verify\/okta\/push",
                "https:\/\/*.okta.com\/signin\/verify\/okta\/sms"
            ],
            "js": [
                "src\/inject\/okta-verify.js"
            ]
        }
    ]
}