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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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