Okta Verify Auto Send
Automatically send an Okta Verify push notification or SMS.
O que é Okta Verify Auto Send?
Okta Verify Auto Send é uma extensão do Chrome desenvolvida por Developer Tools, e sua principal característica é "Automatically send an Okta Verify push notification or SMS.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Okta Verify Auto Send
Baixe arquivos de extensão Okta Verify Auto Send no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Automatically send an Okta Verify push notification or SMS.
Informações Básicas da Extensão
Nome | Okta Verify Auto Send |
ID | epdhbnafhnkmdihloinlmcciiadoncmc |
URL Oficial | https://chromewebstore.google.com/detail/okta-verify-auto-send/epdhbnafhnkmdihloinlmcciiadoncmc |
Descrição | Automatically send an Okta Verify push notification or SMS. |
Tamanho do Arquivo | 48.65 KB |
Contagem de Instalações | 145 |
Versão Atual | 1.2.0 |
Última Atualização | 2022-11-23 |
Data de Publicação | 2022-11-23 |
Desenvolvedor | Developer Tools |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |