Push Authenticator
Two Factor Authentication Simplified using Push Notification Verification
Co to jest Push Authenticator?
Push Authenticator to rozszerzenie Chrome opracowane przez push-authenticator-developers, a jego główną funkcją jest „Two Factor Authentication Simplified using Push Notification Verification”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Push Authenticator
Pobierz pliki rozszerzeń Push Authenticator 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
Allows you to receive two factor authentication codes via push notification instead of manually copying the code from your phone.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dohecjonbhinehgkkamcnpkdakhghaej |
Oficjalny URL | https://chromewebstore.google.com/detail/push-authenticator/dohecjonbhinehgkkamcnpkdakhghaej |
Opis | Two Factor Authentication Simplified using Push Notification Verification |
Rozmiar pliku | 486 KB |
Liczba instalacji | 550 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2016-08-01 |
Data Publikacji | 2016-07-31 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | push-authenticator-developers |
Typ Płatności | free |
Strona Rozszerzenia | https://explore.singular.net/authenticator |
Obsługiwane Języki | 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" ] } |