Okta Verify Auto Send
Automatically send an Okta Verify push notification or SMS.
What is Okta Verify Auto Send?
Okta Verify Auto Send is a Chrome extension developed by Developer Tools, and its main feature is "Automatically send an Okta Verify push notification or SMS.".
Extension Screenshots
Download Okta Verify Auto Send Extension CRX File
Download Okta Verify Auto Send extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Automatically send an Okta Verify push notification or SMS.
Extension Basic Information
Name | Okta Verify Auto Send |
ID | epdhbnafhnkmdihloinlmcciiadoncmc |
Official URL | https://chromewebstore.google.com/detail/okta-verify-auto-send/epdhbnafhnkmdihloinlmcciiadoncmc |
Description | Automatically send an Okta Verify push notification or SMS. |
File Size | 48.65 KB |
Installation Count | 145 |
Current Version | 1.2.0 |
Last Updated | 2022-11-23 |
Publish Date | 2022-11-23 |
Developer | Developer Tools |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |