Okta Verify Auto Send

Automatically send an Okta Verify push notification or SMS.

Okta Verify Auto Send là gì?

Okta Verify Auto Send là một tiện ích mở rộng Chrome được phát triển bởi Developer Tools, và tính năng chính của nó là "Automatically send an Okta Verify push notification or SMS.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Okta Verify Auto Send

Tải xuống các tệp mở rộng Okta Verify Auto Send dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Automatically send an Okta Verify push notification or SMS.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Okta Verify Auto Send Okta Verify Auto Send
ID epdhbnafhnkmdihloinlmcciiadoncmc
URL Chính Thức https://chromewebstore.google.com/detail/okta-verify-auto-send/epdhbnafhnkmdihloinlmcciiadoncmc
Mô tả Automatically send an Okta Verify push notification or SMS.
Kích Thước Tệp 48.65 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-11-23
Ngày Phát Hành 2022-11-23
Nhà Phát Triển Developer Tools
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}