Okta Verify Auto Send

Automatically send an Okta Verify push notification or SMS.

What is Okta Verify Auto Send?

Okta Verify Auto Send is a Chrome extension developed by Mike Kenyon, and its main feature is "Automatically send an Okta Verify push notification or SMS.".

Extension Screenshots

screenshot
screenshot

Download Okta Verify Auto Send Extension CRX File

Download Okta Verify Auto Send extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Okta Verify Auto Send Okta Verify Auto Send
ID emplldgagngbkepbhafkhcnlmjfjjbdp
Official URL https://chromewebstore.google.com/detail/okta-verify-auto-send/emplldgagngbkepbhafkhcnlmjfjjbdp
Description Automatically send an Okta Verify push notification or SMS.
File Size 17.89 KB
Installation Count 10,000
Current Version 1.2.0
Last Updated 2017-11-25
Publish Date 2017-11-25
Rating 3.00/5 Total 6 Ratings
Developer Mike Kenyon
Payment Type free
Extension Website https://github.com/mkenyon/okta-verify-auto-send
Help Page URL https://github.com/mkenyon/okta-verify-auto-send/issues
Supported Languages 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"
            ]
        }
    ]
}