2FAst - Code Sender
Send your 2FA codes from your phone to your browser automatically
2FAst - Code Senderคืออะไร?
2FAst - Code Sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pinapps และคุณลักษณะหลักของมันคือ "Send your 2FA codes from your phone to your browser automatically"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2FAst - Code Sender
ดาวน์โหลดไฟล์ส่วนขยาย 2FAst - Code Sender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } } |