Push Authenticator Pro
Push Authenticator Pro for iOS/Android
Was ist Push Authenticator Pro?
Push Authenticator Pro ist eine Chrome-Erweiterung, die von tachyonfactory entwickelt wurde, und ihr Hauptmerkmal ist "Push Authenticator Pro for iOS/Android".
Erweiterungsscreenshots
Push Authenticator Pro-Erweiterungs-CRX-Datei herunterladen
Laden Sie Push Authenticator Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 . Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bmkgobnckmhcmpdhojfmanpanbhjfmce |
| Offizielle URL | https://chromewebstore.google.com/detail/push-authenticator-pro/bmkgobnckmhcmpdhojfmanpanbhjfmce |
| Beschreibung | Push Authenticator Pro for iOS/Android |
| Dateigröße | 102 KB |
| Installationsanzahl | 343 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2019-06-29 |
| Veröffentlichungsdatum | 2019-06-25 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | tachyonfactory |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://tachyonfactory.com/pushauthenticatorpro/help.html |
| Unterstützte Sprachen | 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"
]
} | |