Okta Verify Auto Send

Automatically send an Okta Verify push notification or SMS.

Что такое Okta Verify Auto Send?

Okta Verify Auto Send - это расширение Chrome, разработанное Mike Kenyon, и его основная функция - "Automatically send an Okta Verify push notification or SMS.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Okta Verify Auto Send

Скачайте файлы расширений Okta Verify Auto Send в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Okta Verify Auto Send Okta Verify Auto Send
ID emplldgagngbkepbhafkhcnlmjfjjbdp
Официальный URL https://chromewebstore.google.com/detail/okta-verify-auto-send/emplldgagngbkepbhafkhcnlmjfjjbdp
Описание Automatically send an Okta Verify push notification or SMS.
Размер файла 17.89 KB
Количество установок 10,000
Текущая Версия 1.2.0
Последнее Обновление 2017-11-25
Дата публикации 2017-11-25
Рейтинг 3.00/5 Всего 6 оценок
Разработчик Mike Kenyon
Тип оплаты free
Официальный сайт расширения https://github.com/mkenyon/okta-verify-auto-send
URL страницы помощи https://github.com/mkenyon/okta-verify-auto-send/issues
Поддерживаемые языки 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"
            ]
        }
    ]
}