Push Authenticator Pro
Push Authenticator Pro for iOS/Android
What is Push Authenticator Pro?
Push Authenticator Pro is a Chrome extension developed by tachyonfactory, and its main feature is "Push Authenticator Pro for iOS/Android".
Extension Screenshots
Download Push Authenticator Pro Extension CRX File
Download Push Authenticator Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 .
Extension Basic Information
Name | Push Authenticator Pro |
ID | bmkgobnckmhcmpdhojfmanpanbhjfmce |
Official URL | https://chromewebstore.google.com/detail/push-authenticator-pro/bmkgobnckmhcmpdhojfmanpanbhjfmce |
Description | Push Authenticator Pro for iOS/Android |
File Size | 102 KB |
Installation Count | 343 |
Current Version | 1.0.0 |
Last Updated | 2019-06-29 |
Publish Date | 2019-06-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | tachyonfactory |
[email protected] | |
Payment Type | free |
Help Page URL | https://tachyonfactory.com/pushauthenticatorpro/help.html |
Supported Languages | 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" ] } |