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
官方網址 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
    }
}