Push Authenticator Pro
Push Authenticator Pro for iOS/Android
Push Authenticator Proคืออะไร?
Push Authenticator Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tachyonfactory และคุณลักษณะหลักของมันคือ "Push Authenticator Pro for iOS/Android"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Push Authenticator Pro
ดาวน์โหลดไฟล์ส่วนขยาย Push Authenticator Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Push Authenticator Pro uses push messaging for two-factor authentication. Chrome Extension allows you to send push requests to iOS/Android app. You'll get push message from iOS/Android app and send two-factor authentication codes to the Chrome. YouTube video: https://www.youtube.com/watch?v=3TVLOAknvrI iOS app and Android app is available from https://bit.ly/pap-install .
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Push Authenticator Pro |
ID | bmkgobnckmhcmpdhojfmanpanbhjfmce |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/push-authenticator-pro/bmkgobnckmhcmpdhojfmanpanbhjfmce |
คำอธิบาย | Push Authenticator Pro for iOS/Android |
ขนาดไฟล์ | 102 KB |
จำนวนการติดตั้ง | 343 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2019-06-29 |
วันที่เผยแพร่ | 2019-06-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | tachyonfactory |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://tachyonfactory.com/pushauthenticatorpro/help.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Push Authenticator Pro", "description": "Push Authenticator Pro for iOS\/Android", "version": "1.0.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "aes-js.js", "base32.js", "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "cs.js" ], "css": [ "cs.css" ], "all_frames": false, "run_at": "document_idle" } ], "permissions": [ "activeTab", "storage", "clipboardWrite" ] } |