SoundLogin

soundLogin

SoundLogin là gì?

SoundLogin là một tiện ích mở rộng Chrome được phát triển bởi https://www.soundlogin.com, và tính năng chính của nó là "soundLogin".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SoundLogin

Tải xuống các tệp mở rộng SoundLogin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SoundLogin SoundLogin
ID gogmojfgnckfkpgnipnckbghoingiemp
URL Chính Thức https://chromewebstore.google.com/detail/soundlogin/gogmojfgnckfkpgnipnckbghoingiemp
Mô tả soundLogin
Kích Thước Tệp 48.59 KB
Số Lần Cài Đặt 160
Phiên Bản Hiện Tại 2.3.3
Cập Nhật Lần Cuối 2021-07-26
Ngày Phát Hành 2018-06-04
Đánh Giá 4.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.soundlogin.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.soundlogin.com
URL Trang Trợ Giúp http://www.soundlogin.com/faq.html
URL Trang Chính Sách Bảo Mật https://regs.web123.ru/assets/mediascope_privacy_policity.pdf
Ngôn Ngữ Được Hỗ Trợ 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
    }
}