Okta Verify Auto Send

Automatically send an Okta Verify push notification or SMS.

Vad är Okta Verify Auto Send?

Okta Verify Auto Send är en Chrome-tillägg utvecklad av Mike Kenyon, och dess huvudfunktion är "Automatically send an Okta Verify push notification or SMS.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Okta Verify Auto Send-förlängningens CRX-fil

Ladda ner Okta Verify Auto Send-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Okta Verify Auto Send Okta Verify Auto Send
ID emplldgagngbkepbhafkhcnlmjfjjbdp
Officiell webbadress https://chromewebstore.google.com/detail/okta-verify-auto-send/emplldgagngbkepbhafkhcnlmjfjjbdp
Beskrivning Automatically send an Okta Verify push notification or SMS.
Filstorlek 17.89 KB
Antal Installationer 10,000
Aktuell Version 1.2.0
Senast Uppdaterad 2017-11-25
Publiceringsdatum 2017-11-25
Betyg 3.00/5 Totalt 6 Betyg
Utvecklare Mike Kenyon
Betalningssätt free
Tilläggswebbplats https://github.com/mkenyon/okta-verify-auto-send
Hjälpsida URL https://github.com/mkenyon/okta-verify-auto-send/issues
Stödda Språk 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"
            ]
        }
    ]
}