Push Authenticator Pro
Push Authenticator Pro for iOS/Android
Apa itu Push Authenticator Pro?
Push Authenticator Pro adalah ekstensi Chrome yang dikembangkan oleh tachyonfactory, dan fitur utamanya adalah "Push Authenticator Pro for iOS/Android".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Push Authenticator Pro
Unduh file ekstensi Push Authenticator Pro dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 .
Informasi Dasar Ekstensi
Nama | Push Authenticator Pro |
ID | bmkgobnckmhcmpdhojfmanpanbhjfmce |
URL Resmi | https://chromewebstore.google.com/detail/push-authenticator-pro/bmkgobnckmhcmpdhojfmanpanbhjfmce |
Deskripsi | Push Authenticator Pro for iOS/Android |
Ukuran File | 102 KB |
Jumlah Instalasi | 343 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2019-06-29 |
Tanggal Publikasi | 2019-06-25 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | tachyonfactory |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://tachyonfactory.com/pushauthenticatorpro/help.html |
Bahasa yang Didukung | 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" ] } |