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.”。

扩展截图

screenshot
screenshot

下载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 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"
            ]
        }
    ]
}