SoundLogin

soundLogin

SoundLoginคืออะไร?

SoundLogin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.soundlogin.com และคุณลักษณะหลักของมันคือ "soundLogin"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SoundLogin

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}