Push Authenticator
Two Factor Authentication Simplified using Push Notification Verification
Was ist Push Authenticator?
Push Authenticator ist eine Chrome-Erweiterung, die von push-authenticator-developers entwickelt wurde, und ihr Hauptmerkmal ist "Two Factor Authentication Simplified using Push Notification Verification".
Erweiterungsscreenshots
Push Authenticator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Push Authenticator-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
Allows you to receive two factor authentication codes via push notification instead of manually copying the code from your phone.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dohecjonbhinehgkkamcnpkdakhghaej |
Offizielle URL | https://chromewebstore.google.com/detail/push-authenticator/dohecjonbhinehgkkamcnpkdakhghaej |
Beschreibung | Two Factor Authentication Simplified using Push Notification Verification |
Dateigröße | 486 KB |
Installationsanzahl | 550 |
Aktuelle Version | 2.1 |
Letztes Update | 2016-08-01 |
Veröffentlichungsdatum | 2016-07-31 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | push-authenticator-developers |
Zahlungsart | free |
Erweiterungswebsite | https://explore.singular.net/authenticator |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Push Authenticator", "description": "Two Factor Authentication Simplified using Push Notification Verification", "version": "2.1", "icons": { "128": "icons\/app_icon_128x128.png" }, "browser_action": { "default_icon": "icons\/app_icon_38x38.png", "default_popup": "popup.html", "default_title": "Push Authenticator" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [], "js": [ "jquery-2.2.4.min.js", "content_script.js" ] } ], "background": { "scripts": [ "jquery-2.2.4.min.js", "sjcl.js", "background.js" ] }, "permissions": [ "activeTab", "clipboardWrite", "gcm", "storage" ] } |