Okta Verify Auto Send
Automatically send an Okta Verify push notification or SMS.
Wat is Okta Verify Auto Send?
Okta Verify Auto Send is een Chrome-extensie ontwikkeld door Developer Tools, en de belangrijkste functie is "Automatically send an Okta Verify push notification or SMS.".
Extensie Screenshots
Download het CRX-bestand van de extensie Okta Verify Auto Send
Download Okta Verify Auto Send-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Automatically send an Okta Verify push notification or SMS.
Basisinformatie over de Extensie
Naam | Okta Verify Auto Send |
ID | epdhbnafhnkmdihloinlmcciiadoncmc |
Officiële URL | https://chromewebstore.google.com/detail/okta-verify-auto-send/epdhbnafhnkmdihloinlmcciiadoncmc |
Beschrijving | Automatically send an Okta Verify push notification or SMS. |
Bestandsgrootte | 48.65 KB |
Aantal Installaties | 145 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2022-11-23 |
Publicatiedatum | 2022-11-23 |
Ontwikkelaar | Developer Tools |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |