Okta Verify Auto Send

Automatically send an Okta Verify push notification or SMS.

Was ist Okta Verify Auto Send?

Okta Verify Auto Send ist eine Chrome-Erweiterung, die von Mike Kenyon entwickelt wurde, und ihr Hauptmerkmal ist "Automatically send an Okta Verify push notification or SMS.".

Erweiterungsscreenshots

screenshot
screenshot

Okta Verify Auto Send-Erweiterungs-CRX-Datei herunterladen

Laden Sie Okta Verify Auto Send-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Okta Verify Auto Send Okta Verify Auto Send
ID emplldgagngbkepbhafkhcnlmjfjjbdp
Offizielle URL https://chromewebstore.google.com/detail/okta-verify-auto-send/emplldgagngbkepbhafkhcnlmjfjjbdp
Beschreibung Automatically send an Okta Verify push notification or SMS.
Dateigröße 17.89 KB
Installationsanzahl 10,000
Aktuelle Version 1.2.0
Letztes Update 2017-11-25
Veröffentlichungsdatum 2017-11-25
Bewertung 3.00/5 Insgesamt 6 Bewertungen
Entwickler Mike Kenyon
Zahlungsart free
Erweiterungswebsite https://github.com/mkenyon/okta-verify-auto-send
Hilfeseite URL https://github.com/mkenyon/okta-verify-auto-send/issues
Unterstützte Sprachen 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"
            ]
        }
    ]
}