Okta Verify Auto Send

Automatically send an Okta Verify push notification or SMS.

Co to jest Okta Verify Auto Send?

Okta Verify Auto Send to rozszerzenie Chrome opracowane przez Developer Tools, a jego główną funkcją jest „Automatically send an Okta Verify push notification or SMS.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Okta Verify Auto Send

Pobierz pliki rozszerzeń Okta Verify Auto Send w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Automatically send an Okta Verify push notification or SMS.                    

Podstawowe informacje o rozszerzeniu

Nazwa Okta Verify Auto Send Okta Verify Auto Send
ID epdhbnafhnkmdihloinlmcciiadoncmc
Oficjalny URL https://chromewebstore.google.com/detail/okta-verify-auto-send/epdhbnafhnkmdihloinlmcciiadoncmc
Opis Automatically send an Okta Verify push notification or SMS.
Rozmiar pliku 48.65 KB
Liczba instalacji 145
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2022-11-23
Data Publikacji 2022-11-23
Deweloper Developer Tools
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}