Okta Verify Auto Send
Automatically send an Okta Verify push notification or SMS.
¿Qué es Okta Verify Auto Send?
Okta Verify Auto Send es una extensión de Chrome desarrollada por Mike Kenyon, y su función principal es "Automatically send an Okta Verify push notification or SMS.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Okta Verify Auto Send
Descarga archivos de extensión Okta Verify Auto Send en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Okta Verify Auto Send |
ID | emplldgagngbkepbhafkhcnlmjfjjbdp |
URL Oficial | https://chromewebstore.google.com/detail/okta-verify-auto-send/emplldgagngbkepbhafkhcnlmjfjjbdp |
Descripción | Automatically send an Okta Verify push notification or SMS. |
Tamaño del Archivo | 17.89 KB |
Cantidad de Instalaciones | 10,000 |
Versión Actual | 1.2.0 |
Última Actualización | 2017-11-25 |
Fecha de Publicación | 2017-11-25 |
Calificación | 3.00/5 Total de 6 Calificaciones |
Desarrollador | Mike Kenyon |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/mkenyon/okta-verify-auto-send |
URL de la Página de Ayuda | https://github.com/mkenyon/okta-verify-auto-send/issues |
Idiomas Soportados | 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" ] } ] } |