Okta Verify Auto Send

Automatically send an Okta Verify push notification or SMS.

ما هو Okta Verify Auto Send؟

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

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

screenshot

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

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

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

                        Automatically send an Okta Verify push notification or SMS.                    

معلومات أساسية عن التمديد

الاسم Okta Verify Auto Send 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"
    ]
}