Okta Verify Auto Send
Automatically send an Okta Verify push notification or SMS.
什麼是Okta Verify Auto Send?
Okta Verify Auto Send是由Mike Kenyon開發的Chrome擴展程式,該擴展的主要功能是“Automatically send an Okta Verify push notification or SMS.”。
擴展截圖
下載Okta Verify Auto Send擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |