2FAst - Code Sender
Send your 2FA codes from your phone to your browser automatically
2FAst - Code Sender क्या है?
2FAst - Code Sender Pinapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send your 2FA codes from your phone to your browser automatically"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 2FAst - Code Sender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Send your 2FA codes from your phone to your browser and paste them automatically! Visit our website for more information https://2fast.app/ Download the android app from https://play.google.com/store/apps/details?id=com.pinapps.codesender
एक्सटेंशन की मूल जानकारी
नाम | 2FAst - Code Sender |
ID | djjophdaemcafajdpmbhfneamdmhhnkl |
आधिकारिक URL | https://chromewebstore.google.com/detail/2fast-code-sender/djjophdaemcafajdpmbhfneamdmhhnkl |
विवरण | Send your 2FA codes from your phone to your browser automatically |
फ़ाइल का आकार | 41.82 KB |
स्थापना संख्या | 421 |
वर्तमान संस्करण | 0.0.0.7 |
अंतिम अपडेट | 2018-08-03 |
प्रकाशन तिथि | 2018-08-03 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | Pinapps |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://2fast.app/ |
सहायता पृष्ठ URL | https://2fast.app/ |
गोपनीयता नीति पृष्ठ URL | http://nsdc.gr/mobile-privacy-policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.0.7", "name": "2FAst - Code Sender", "short_name": "2FAst - Code Sender", "description": "Send your 2FA codes from your phone to your browser automatically", "icons": { "128": "logo.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "credentials.html" }, "background": { "page": "background.html" }, "manifest_version": 2, "offline_enabled": false, "incognito": "spanning", "permissions": [ "gcm", "notifications", "clipboardWrite", "storage", "activeTab", "https:\/\/*\/" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'", "oauth2": { "client_id": "152575860699-seubfjc06pu6tse9tsg9944pcltipb2a.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |