Push Authenticator
Two Factor Authentication Simplified using Push Notification Verification
Wat is Push Authenticator?
Push Authenticator is een Chrome-extensie ontwikkeld door push-authenticator-developers, en de belangrijkste functie is "Two Factor Authentication Simplified using Push Notification Verification".
Extensie Screenshots
Download het CRX-bestand van de extensie Push Authenticator
Download Push Authenticator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows you to receive two factor authentication codes via push notification instead of manually copying the code from your phone.
Basisinformatie over de Extensie
Naam | |
ID | dohecjonbhinehgkkamcnpkdakhghaej |
Officiële URL | https://chromewebstore.google.com/detail/push-authenticator/dohecjonbhinehgkkamcnpkdakhghaej |
Beschrijving | Two Factor Authentication Simplified using Push Notification Verification |
Bestandsgrootte | 486 KB |
Aantal Installaties | 550 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2016-08-01 |
Publicatiedatum | 2016-07-31 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | push-authenticator-developers |
Betalingswijze | free |
Extensiewebsite | https://explore.singular.net/authenticator |
Ondersteunde Talen | 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" ] } |