Okta Verify Auto Send

Automatically send an Okta Verify push notification or SMS.

Okta Verify Auto Send क्या है?

Okta Verify Auto Send Developer Tools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically send an Okta Verify push notification or SMS."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Okta Verify Auto Send एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}