SoundLogin

soundLogin

What is SoundLogin?

SoundLogin is a Chrome extension developed by https://www.soundlogin.com, and its main feature is "soundLogin".

Extension Screenshots

screenshot
screenshot
screenshot

Download SoundLogin Extension CRX File

Download SoundLogin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name SoundLogin SoundLogin
ID gogmojfgnckfkpgnipnckbghoingiemp
Official URL https://chromewebstore.google.com/detail/soundlogin/gogmojfgnckfkpgnipnckbghoingiemp
Description soundLogin
File Size 48.59 KB
Installation Count 160
Current Version 2.3.3
Last Updated 2021-07-26
Publish Date 2018-06-04
Rating 4.57/5 Total 7 Ratings
Developer https://www.soundlogin.com
Email [email protected]
Payment Type free
Extension Website http://www.soundlogin.com
Help Page URL http://www.soundlogin.com/faq.html
Privacy Policy Page URL https://regs.web123.ru/assets/mediascope_privacy_policity.pdf
Supported Languages 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
    }
}