SoundLogin

soundLogin

什么是SoundLogin?

SoundLogin是由https://www.soundlogin.com开发的Chrome扩展程序,该扩展的主要功能是“soundLogin”。

扩展截图

screenshot
screenshot
screenshot

下载SoundLogin扩展crx文件

下载SoundLogin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 SoundLogin SoundLogin
ID gogmojfgnckfkpgnipnckbghoingiemp
官方URL https://chromewebstore.google.com/detail/soundlogin/gogmojfgnckfkpgnipnckbghoingiemp
简介 soundLogin
文件大小 48.59 KB
安装次数 160
当前版本 2.3.3
更新时间 2021-07-26
上架时间 2018-06-04
评分 4.57/5 共7次评分
开发者 https://www.soundlogin.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.soundlogin.com
帮助页面URL http://www.soundlogin.com/faq.html
隐私政策页面URL https://regs.web123.ru/assets/mediascope_privacy_policity.pdf
支持的语言 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
    }
}