Okta Verify Auto Send
Automatically send an Okta Verify push notification or SMS.
Okta Verify Auto Sendとは何ですか?
Okta Verify Auto SendはDeveloper Toolsによって開発されたChromeの拡張機能で、その主な機能は「Automatically send an Okta Verify push notification or SMS.」です。
拡張機能のスクリーンショット
Okta Verify Auto Send拡張機能のCRXファイルをダウンロード
Okta Verify Auto Send拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically send an Okta Verify push notification or SMS.
拡張機能の基本情報
名前 | Okta Verify Auto Send |
ID | epdhbnafhnkmdihloinlmcciiadoncmc |
公式URL | https://chromewebstore.google.com/detail/okta-verify-auto-send/epdhbnafhnkmdihloinlmcciiadoncmc |
説明 | Automatically send an Okta Verify push notification or SMS. |
ファイルサイズ | 48.65 KB |
インストール数 | 145 |
現在のバージョン | 1.2.0 |
最終更新日 | 2022-11-23 |
公開日 | 2022-11-23 |
開発者 | Developer Tools |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Okta Verify Auto Send", "version": "1.2.0", "description": "Automatically send an Okta Verify push notification or SMS.", "icons": { "48": "images\/48.png", "96": "images\/96.png" }, "content_scripts": [ { "css": [ "scrollbars.css" ], "js": [ "jquery.js", "scrollbar.js" ], "matches": [ "https:\/\/docusign.lightning.force.com\/*" ] } ], "host_permissions": [ "https:\/\/developer.chrome.com\/*" ], "permissions": [ "tabGroups" ] } |