Okta Verify Auto Send

Automatically send an Okta Verify push notification or SMS.

Hvad er Okta Verify Auto Send?

Okta Verify Auto Send er en Chrome-udvidelse udviklet af Mike Kenyon, og dens hovedfunktion er "Automatically send an Okta Verify push notification or SMS.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Okta Verify Auto Send-udvidelses-CRX-fil

Download Okta Verify Auto Send-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Okta Verify Auto Send Okta Verify Auto Send
ID emplldgagngbkepbhafkhcnlmjfjjbdp
Officiel URL https://chromewebstore.google.com/detail/okta-verify-auto-send/emplldgagngbkepbhafkhcnlmjfjjbdp
Beskrivelse Automatically send an Okta Verify push notification or SMS.
Filstørrelse 17.89 KB
Antal Installationer 10,000
Nuværende Version 1.2.0
Senest Opdateret 2017-11-25
Udgivelsesdato 2017-11-25
Bedømmelse 3.00/5 Samlet 6 Bedømmelser
Udvikler Mike Kenyon
Betalingsmetode free
Udvidelseswebsted https://github.com/mkenyon/okta-verify-auto-send
Hjælpeside-URL https://github.com/mkenyon/okta-verify-auto-send/issues
Understøttede Sprog 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"
            ]
        }
    ]
}