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 |
公式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" ] } ] } |