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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |