SoundLogin

soundLogin

Co to jest SoundLogin?

SoundLogin to rozszerzenie Chrome opracowane przez https://www.soundlogin.com, a jego główną funkcją jest „soundLogin”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SoundLogin

Pobierz pliki rozszerzeń SoundLogin 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

                        SoundLogin is a technology that simplifies two-factor authentication process.
To use it install SoundLogin Authenticator app on your Android (https://play.google.com/store/apps/details?id=com.cifrasoft.cifrasoftauthenticator) or iOS (https://itunes.apple.com/us/app/soundlogin/id918478376) device and browser extension on your PC or Notebook (PC or Notebook should be equipped with microphone). 
SoundLogin supports multiple services that offer two-factor authentication via Google Authenticator or via SMS, such as Google, Microsoft, VK.com, Wordpress.com, GitHub, Evernote, Amazon Web Services and many others.

Additional information can be found at www.soundlogin.com                    

Podstawowe informacje o rozszerzeniu

Nazwa SoundLogin SoundLogin
ID gogmojfgnckfkpgnipnckbghoingiemp
Oficjalny URL https://chromewebstore.google.com/detail/soundlogin/gogmojfgnckfkpgnipnckbghoingiemp
Opis soundLogin
Rozmiar pliku 48.59 KB
Liczba instalacji 160
Aktualna Wersja 2.3.3
Ostatnia Aktualizacja 2021-07-26
Data Publikacji 2018-06-04
Ocena 4.57/5 Łącznie 7 Oceny
Deweloper https://www.soundlogin.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.soundlogin.com
Adres URL Strony Pomocy http://www.soundlogin.com/faq.html
Adres URL Strony Polityki Prywatności https://regs.web123.ru/assets/mediascope_privacy_policity.pdf
Obsługiwane Języki en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SoundLogin",
    "version": "2.3.3",
    "description": "soundLogin",
    "icons": {
        "16": "images\/toolbar-button_16.png",
        "48": "images\/toolbar-button_48.png",
        "128": "images\/toolbar-button_128.png"
    },
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "soundlogin.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "recorderWorklet.js",
        "native.wasm"
    ],
    "browser_action": {
        "default_title": "soundLogin",
        "default_icon": "images\/toolbar-button.png",
        "default_popup": "settings.html"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": false
    }
}