Okta Verify Auto Send
Automatically send an Okta Verify push notification or SMS.
Okta Verify Auto Send क्या है?
Okta Verify Auto Send Mike Kenyon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically send an Okta Verify push notification or SMS."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Okta Verify Auto Send एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |