Push Authenticator Pro
Push Authenticator Pro for iOS/Android
Qu'est-ce que Push Authenticator Pro ?
Push Authenticator Pro est une extension Chrome développée par tachyonfactory, et sa fonction principale est "Push Authenticator Pro for iOS/Android".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Push Authenticator Pro
Téléchargez les fichiers d'extension Push Authenticator Pro 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
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 .
Informations de Base sur l'Extension
Nom | Push Authenticator Pro |
ID | bmkgobnckmhcmpdhojfmanpanbhjfmce |
URL Officiel | https://chromewebstore.google.com/detail/push-authenticator-pro/bmkgobnckmhcmpdhojfmanpanbhjfmce |
Description | Push Authenticator Pro for iOS/Android |
Taille du Fichier | 102 KB |
Nombre d'Installations | 343 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-06-29 |
Date de Publication | 2019-06-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | tachyonfactory |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://tachyonfactory.com/pushauthenticatorpro/help.html |
Langues Prises en Charge | 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" ] } |