Okta Verify Auto Send
Automatically send an Okta Verify push notification or SMS.
Okta Verify Auto Send là gì?
Okta Verify Auto Send là một tiện ích mở rộng Chrome được phát triển bởi Mike Kenyon, và tính năng chính của nó là "Automatically send an Okta Verify push notification or SMS.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Okta Verify Auto Send
Tải xuống các tệp mở rộng Okta Verify Auto Send dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Okta Verify Auto Send |
ID | emplldgagngbkepbhafkhcnlmjfjjbdp |
URL Chính Thức | https://chromewebstore.google.com/detail/okta-verify-auto-send/emplldgagngbkepbhafkhcnlmjfjjbdp |
Mô tả | Automatically send an Okta Verify push notification or SMS. |
Kích Thước Tệp | 17.89 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2017-11-25 |
Ngày Phát Hành | 2017-11-25 |
Đánh Giá | 3.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Mike Kenyon |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mkenyon/okta-verify-auto-send |
URL Trang Trợ Giúp | https://github.com/mkenyon/okta-verify-auto-send/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |