Push Authenticator Pro
Push Authenticator Pro for iOS/Android
Co to jest Push Authenticator Pro?
Push Authenticator Pro to rozszerzenie Chrome opracowane przez tachyonfactory, a jego główną funkcją jest „Push Authenticator Pro for iOS/Android”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Push Authenticator Pro
Pobierz pliki rozszerzeń Push Authenticator Pro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 . Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bmkgobnckmhcmpdhojfmanpanbhjfmce |
| Oficjalny URL | https://chromewebstore.google.com/detail/push-authenticator-pro/bmkgobnckmhcmpdhojfmanpanbhjfmce |
| Opis | Push Authenticator Pro for iOS/Android |
| Rozmiar pliku | 102 KB |
| Liczba instalacji | 343 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2019-06-29 |
| Data Publikacji | 2019-06-25 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | tachyonfactory |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://tachyonfactory.com/pushauthenticatorpro/help.html |
| Obsługiwane Języki | 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"
]
} | |