Push Authenticator
Two Factor Authentication Simplified using Push Notification Verification
Qu'est-ce que Push Authenticator ?
Push Authenticator est une extension Chrome développée par push-authenticator-developers, et sa fonction principale est "Two Factor Authentication Simplified using Push Notification Verification".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Push Authenticator
Téléchargez les fichiers d'extension Push Authenticator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Allows you to receive two factor authentication codes via push notification instead of manually copying the code from your phone.
Informations de Base sur l'Extension
Nom | |
ID | dohecjonbhinehgkkamcnpkdakhghaej |
URL Officiel | https://chromewebstore.google.com/detail/push-authenticator/dohecjonbhinehgkkamcnpkdakhghaej |
Description | Two Factor Authentication Simplified using Push Notification Verification |
Taille du Fichier | 486 KB |
Nombre d'Installations | 550 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2016-08-01 |
Date de Publication | 2016-07-31 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | push-authenticator-developers |
Type de Paiement | free |
Site Web de l'Extension | https://explore.singular.net/authenticator |
Langues Prises en Charge | 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" ] } |