Push Authenticator

Two Factor Authentication Simplified using Push Notification Verification

Push Authenticatorคืออะไร?

Push Authenticator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย push-authenticator-developers และคุณลักษณะหลักของมันคือ "Two Factor Authentication Simplified using Push Notification Verification"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Allows you to receive two factor authentication codes via push notification instead of manually copying the code from your phone.                    

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

ชื่อ Push Authenticator Push Authenticator
ID dohecjonbhinehgkkamcnpkdakhghaej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/push-authenticator/dohecjonbhinehgkkamcnpkdakhghaej
คำอธิบาย Two Factor Authentication Simplified using Push Notification Verification
ขนาดไฟล์ 486 KB
จำนวนการติดตั้ง 550
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2016-08-01
วันที่เผยแพร่ 2016-07-31
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา push-authenticator-developers
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://explore.singular.net/authenticator
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Push Authenticator",
    "description": "Two Factor Authentication Simplified using Push Notification Verification",
    "version": "2.1",
    "icons": {
        "128": "icons\/app_icon_128x128.png"
    },
    "browser_action": {
        "default_icon": "icons\/app_icon_38x38.png",
        "default_popup": "popup.html",
        "default_title": "Push Authenticator"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "jquery-2.2.4.min.js",
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-2.2.4.min.js",
            "sjcl.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "gcm",
        "storage"
    ]
}