Okta Verify Auto Send
Automatically send an Okta Verify push notification or SMS.
Okta Verify Auto Sendคืออะไร?
Okta Verify Auto Send เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mike Kenyon และคุณลักษณะหลักของมันคือ "Automatically send an Okta Verify push notification or SMS."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Okta Verify Auto Send
ดาวน์โหลดไฟล์ส่วนขยาย Okta Verify Auto Send ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Okta Verify Auto Send |
ID | emplldgagngbkepbhafkhcnlmjfjjbdp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/okta-verify-auto-send/emplldgagngbkepbhafkhcnlmjfjjbdp |
คำอธิบาย | Automatically send an Okta Verify push notification or SMS. |
ขนาดไฟล์ | 17.89 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2017-11-25 |
วันที่เผยแพร่ | 2017-11-25 |
คะแนน | 3.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Mike Kenyon |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mkenyon/okta-verify-auto-send |
URL หน้าช่วยเหลือ | https://github.com/mkenyon/okta-verify-auto-send/issues |
ภาษาที่รองรับ | 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" ] } ] } |