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
Eメール [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
    }
}