SoundLogin

soundLogin

Wat is SoundLogin?

SoundLogin is een Chrome-extensie ontwikkeld door https://www.soundlogin.com, en de belangrijkste functie is "soundLogin".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SoundLogin

Download SoundLogin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam SoundLogin SoundLogin
ID gogmojfgnckfkpgnipnckbghoingiemp
Officiële URL https://chromewebstore.google.com/detail/soundlogin/gogmojfgnckfkpgnipnckbghoingiemp
Beschrijving soundLogin
Bestandsgrootte 48.59 KB
Aantal Installaties 160
Huidige Versie 2.3.3
Laatst Bijgewerkt 2021-07-26
Publicatiedatum 2018-06-04
Beoordeling 4.57/5 Totaal 7 Beoordelingen
Ontwikkelaar https://www.soundlogin.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.soundlogin.com
Help Pagina-URL http://www.soundlogin.com/faq.html
URL van de Privacybeleid Pagina https://regs.web123.ru/assets/mediascope_privacy_policity.pdf
Ondersteunde Talen 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
    }
}