Okta Verify Auto Send
Automatically send an Okta Verify push notification or SMS.
Okta Verify Auto Send란 무엇입니까?
Okta Verify Auto Send은(는) Mike Kenyon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically send an Okta Verify push notification or SMS."입니다.
확장 프로그램 스크린샷
Okta Verify Auto Send 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Using two-factor authentication with Okta? Why do you have to click the "Send to my device" button? Whether you use Okta Verify or SMS, now there's one less step! Just automatically send the push notification or the SMS / text message to your phone.
확장 프로그램 기본 정보
이름 | Okta Verify Auto Send |
ID | emplldgagngbkepbhafkhcnlmjfjjbdp |
공식 URL | https://chromewebstore.google.com/detail/okta-verify-auto-send/emplldgagngbkepbhafkhcnlmjfjjbdp |
설명 | Automatically send an Okta Verify push notification or SMS. |
파일 크기 | 17.89 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2017-11-25 |
출시 날짜 | 2017-11-25 |
평점 | 3.00/5 총 6 개의 평점 |
개발자 | Mike Kenyon |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mkenyon/okta-verify-auto-send |
도움말 페이지 URL | https://github.com/mkenyon/okta-verify-auto-send/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Okta Verify Auto Send", "version": "1.2.0", "manifest_version": 2, "author": "Mike Kenyon", "description": "Automatically send an Okta Verify push notification or SMS.", "homepage_url": "https:\/\/github.com\/mkenyon\/okta-verify-auto-send", "icons": { "48": "icons\/48.png", "96": "icons\/96.png" }, "permissions": [ "https:\/\/*.okta.com\/" ], "short_name": "Okta Verify Auto Send", "content_scripts": [ { "matches": [ "https:\/\/*.okta.com\/", "https:\/\/*.okta.com\/login\/login.htm*", "https:\/\/*.okta.com\/signin\/verify\/okta\/push", "https:\/\/*.okta.com\/signin\/verify\/okta\/sms" ], "js": [ "src\/inject\/okta-verify.js" ] } ] } |