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 |
电子邮箱 | [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" ] } |