Okta Verify Auto Send
Automatically send an Okta Verify push notification or SMS.
Apa itu Okta Verify Auto Send?
Okta Verify Auto Send adalah ekstensi Chrome yang dikembangkan oleh Mike Kenyon, dan fitur utamanya adalah "Automatically send an Okta Verify push notification or SMS.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Okta Verify Auto Send
Unduh file ekstensi Okta Verify Auto Send dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Okta Verify Auto Send |
ID | emplldgagngbkepbhafkhcnlmjfjjbdp |
URL Resmi | https://chromewebstore.google.com/detail/okta-verify-auto-send/emplldgagngbkepbhafkhcnlmjfjjbdp |
Deskripsi | Automatically send an Okta Verify push notification or SMS. |
Ukuran File | 17.89 KB |
Jumlah Instalasi | 10,000 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2017-11-25 |
Tanggal Publikasi | 2017-11-25 |
Penilaian | 3.00/5 Total 6 Penilaian |
Pengembang | Mike Kenyon |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/mkenyon/okta-verify-auto-send |
URL Halaman Bantuan | https://github.com/mkenyon/okta-verify-auto-send/issues |
Bahasa yang Didukung | 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" ] } ] } |