Okta Verify Auto Send
Automatically send an Okta Verify push notification or SMS.
Qu'est-ce que Okta Verify Auto Send ?
Okta Verify Auto Send est une extension Chrome développée par Mike Kenyon, et sa fonction principale est "Automatically send an Okta Verify push notification or SMS.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Okta Verify Auto Send
Téléchargez les fichiers d'extension Okta Verify Auto Send au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Okta Verify Auto Send |
ID | emplldgagngbkepbhafkhcnlmjfjjbdp |
URL Officiel | https://chromewebstore.google.com/detail/okta-verify-auto-send/emplldgagngbkepbhafkhcnlmjfjjbdp |
Description | Automatically send an Okta Verify push notification or SMS. |
Taille du Fichier | 17.89 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2017-11-25 |
Date de Publication | 2017-11-25 |
Évaluation | 3.00/5 Total 6 Évaluations |
Développeur | Mike Kenyon |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mkenyon/okta-verify-auto-send |
URL de la Page d'Aide | https://github.com/mkenyon/okta-verify-auto-send/issues |
Langues Prises en Charge | 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" ] } ] } |