Okta Verify Auto Send
Automatically send an Okta Verify push notification or SMS.
Wat is Okta Verify Auto Send?
Okta Verify Auto Send is een Chrome-extensie ontwikkeld door Mike Kenyon, en de belangrijkste functie is "Automatically send an Okta Verify push notification or SMS.".
Extensie Screenshots
Download het CRX-bestand van de extensie Okta Verify Auto Send
Download Okta Verify Auto Send-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Okta Verify Auto Send |
ID | emplldgagngbkepbhafkhcnlmjfjjbdp |
Officiële URL | https://chromewebstore.google.com/detail/okta-verify-auto-send/emplldgagngbkepbhafkhcnlmjfjjbdp |
Beschrijving | Automatically send an Okta Verify push notification or SMS. |
Bestandsgrootte | 17.89 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2017-11-25 |
Publicatiedatum | 2017-11-25 |
Beoordeling | 3.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Mike Kenyon |
Betalingswijze | free |
Extensiewebsite | https://github.com/mkenyon/okta-verify-auto-send |
Help Pagina-URL | https://github.com/mkenyon/okta-verify-auto-send/issues |
Ondersteunde Talen | 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" ] } ] } |