Okta Verify Auto Send

Automatically send an Okta Verify push notification or SMS.

Co to jest Okta Verify Auto Send?

Okta Verify Auto Send to rozszerzenie Chrome opracowane przez Mike Kenyon, a jego główną funkcją jest „Automatically send an Okta Verify push notification or SMS.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Okta Verify Auto Send

Pobierz pliki rozszerzeń Okta Verify Auto Send w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Okta Verify Auto Send Okta Verify Auto Send
ID emplldgagngbkepbhafkhcnlmjfjjbdp
Oficjalny URL https://chromewebstore.google.com/detail/okta-verify-auto-send/emplldgagngbkepbhafkhcnlmjfjjbdp
Opis Automatically send an Okta Verify push notification or SMS.
Rozmiar pliku 17.89 KB
Liczba instalacji 10,000
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2017-11-25
Data Publikacji 2017-11-25
Ocena 3.00/5 Łącznie 6 Oceny
Deweloper Mike Kenyon
Typ Płatności free
Strona Rozszerzenia https://github.com/mkenyon/okta-verify-auto-send
Adres URL Strony Pomocy https://github.com/mkenyon/okta-verify-auto-send/issues
Obsługiwane Języki 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"
            ]
        }
    ]
}