Push Authenticator Pro
Push Authenticator Pro for iOS/Android
Wat is Push Authenticator Pro?
Push Authenticator Pro is een Chrome-extensie ontwikkeld door tachyonfactory, en de belangrijkste functie is "Push Authenticator Pro for iOS/Android".
Extensie Screenshots
Download het CRX-bestand van de extensie Push Authenticator Pro
Download Push Authenticator Pro-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
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 .
Basisinformatie over de Extensie
Naam | Push Authenticator Pro |
ID | bmkgobnckmhcmpdhojfmanpanbhjfmce |
Officiële URL | https://chromewebstore.google.com/detail/push-authenticator-pro/bmkgobnckmhcmpdhojfmanpanbhjfmce |
Beschrijving | Push Authenticator Pro for iOS/Android |
Bestandsgrootte | 102 KB |
Aantal Installaties | 343 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2019-06-29 |
Publicatiedatum | 2019-06-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | tachyonfactory |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://tachyonfactory.com/pushauthenticatorpro/help.html |
Ondersteunde Talen | 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" ] } |