GAuth Authenticator

This application generates TOTP tokens for multi-factor authentication used by Google, Dropbox, Amazon and many others.

GAuth Authenticatorคืออะไร?

GAuth Authenticator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gauth.apps.gbraad.nl และคุณลักษณะหลักของมันคือ "This application generates TOTP tokens for multi-factor authentication used by Google, Dropbox, Amazon and many others."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย GAuth Authenticator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A simple application which generates TOTP tokens when multi-factor authentication is used with your Google account. It implements RFC4226 (HMAC-based OTP) and has been tested to work with Google Authenticator, Dropbox, Dreamhost and Amazon.

Not just to secure your GMail account, but also extremely helpful to tighten the security of your SSH connection as instructed at http://www.mnxsolutions.com/security/two-factor-ssh-with-google-authenticator.html

Instructions: Enter the secret you have been given by the service for which you want to have the OTP generated. Acccount name is whatever you want to remind your secret by, eg. the site name or email address. The generated 6 character key is the response you will need to enter when asked for. Be aware the time on your desktop or phone should be synchronized. When this is off by a minute it could fail to login.

If you are using Google, do not use an application-specific passwords to generate a response. They are not meant to be used this way.

Please let me know about any problems before you make a review in the store since I cannot answer you there. Send a report  email or report the support page. You can find the contact info in the about dialog or navigate to the support page.

No data is transmitted. All token secrets are stored locally in localStorage. Online version available at http://gauth.apps.gbraad.nl Community created application. Not affiliated with Google. Source code is available at http://github.com/gbraad/gauth/

Have you got some idea? Share it with me. Consider a donation if you find this software useful.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GAuth Authenticator GAuth Authenticator
ID ilgcnhelpchnceeipipijaljkblbcobl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gauth-authenticator/ilgcnhelpchnceeipipijaljkblbcobl
คำอธิบาย This application generates TOTP tokens for multi-factor authentication used by Google, Dropbox, Amazon and many others.
ขนาดไฟล์ 291 KB
จำนวนการติดตั้ง 160,067
เวอร์ชันปัจจุบัน 35.8
อัปเดตครั้งล่าสุด 2015-01-26
วันที่เผยแพร่ 2015-01-25
คะแนน 3.32/5 รวมทั้งหมด 216 คะแนน
ผู้พัฒนา https://gauth.apps.gbraad.nl
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://gauth.apps.gbraad.nl/
URL หน้าช่วยเหลือ https://github.com/gbraad/gauth/wiki
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GAuth Authenticator",
    "description": "This application generates TOTP tokens for multi-factor authentication used by Google, Dropbox, Amazon and many others.",
    "version": "35.8",
    "homepage_url": "https:\/\/gauth.apps.gbraad.nl",
    "icons": {
        "16": "icon_x16.png",
        "48": "icon_x48.png",
        "128": "icon_x128.png"
    },
    "manifest_version": 2
}