Okta Verify Auto Send

Automatically send an Okta Verify push notification or SMS.

ما هو Okta Verify Auto Send؟

Okta Verify Auto Send هو إضافة Chrome تم تطويرها بواسطة Mike Kenyon، والميزة الرئيسية لها هي "Automatically send an Okta Verify push notification or SMS.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Okta Verify Auto Send

قم بتنزيل ملفات الامتداد Okta Verify Auto Send بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}