Okta Verify Auto Send

Automatically send an Okta Verify push notification or SMS.

O que é Okta Verify Auto Send?

Okta Verify Auto Send é uma extensão do Chrome desenvolvida por Mike Kenyon, e sua principal característica é "Automatically send an Okta Verify push notification or SMS.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Okta Verify Auto Send

Baixe arquivos de extensão Okta Verify Auto Send no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Okta Verify Auto Send Okta Verify Auto Send
ID emplldgagngbkepbhafkhcnlmjfjjbdp
URL Oficial https://chromewebstore.google.com/detail/okta-verify-auto-send/emplldgagngbkepbhafkhcnlmjfjjbdp
Descrição Automatically send an Okta Verify push notification or SMS.
Tamanho do Arquivo 17.89 KB
Contagem de Instalações 10,000
Versão Atual 1.2.0
Última Atualização 2017-11-25
Data de Publicação 2017-11-25
Classificação 3.00/5 Total de 6 Avaliações
Desenvolvedor Mike Kenyon
Tipo de Pagamento free
Site da Extensão https://github.com/mkenyon/okta-verify-auto-send
URL da Página de Ajuda https://github.com/mkenyon/okta-verify-auto-send/issues
Idiomas Suportados 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"
            ]
        }
    ]
}