Push Authenticator
Two Factor Authentication Simplified using Push Notification Verification
Hvad er Push Authenticator?
Push Authenticator er en Chrome-udvidelse udviklet af push-authenticator-developers, og dens hovedfunktion er "Two Factor Authentication Simplified using Push Notification Verification".
Udvidelsesskærmbilleder
Download Push Authenticator-udvidelses-CRX-fil
Download Push Authenticator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Allows you to receive two factor authentication codes via push notification instead of manually copying the code from your phone. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dohecjonbhinehgkkamcnpkdakhghaej |
| Officiel URL | https://chromewebstore.google.com/detail/push-authenticator/dohecjonbhinehgkkamcnpkdakhghaej |
| Beskrivelse | Two Factor Authentication Simplified using Push Notification Verification |
| Filstørrelse | 486 KB |
| Antal Installationer | 550 |
| Nuværende Version | 2.1 |
| Senest Opdateret | 2016-08-01 |
| Udgivelsesdato | 2016-07-31 |
| Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
| Udvikler | push-authenticator-developers |
| Betalingsmetode | free |
| Udvidelseswebsted | https://explore.singular.net/authenticator |
| Understøttede Sprog | 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"
]
} | |