barcodelogin

barcodelogin.com

barcodeloginคืออะไร?

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

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Never get locked out an account ever again! With the Barcode Login app and extension, signing into your favorite websites is as easy as taking a picture. Your account login information is safely stored on your phone and with just a click of a button, you can sign into your account on any website without even touching your keyboard!
The Chrome extension automatically detects a sign in field and pops up a barcode upon clicking the barcodelogin page action icon. Scan the barcode with your app and witness the magic!                    

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

ชื่อ barcodelogin barcodelogin
ID jjifkemdjkpdgaccmbmeeamhdmejpcci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/barcodelogin/jjifkemdjkpdgaccmbmeeamhdmejpcci
คำอธิบาย barcodelogin.com
ขนาดไฟล์ 150 KB
จำนวนการติดตั้ง 73
เวอร์ชันปัจจุบัน 1.0.21
อัปเดตครั้งล่าสุด 2016-03-12
วันที่เผยแพร่ 2016-03-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา barcodelogin.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "barcodelogin",
    "version": "1.0.21",
    "description": "barcodelogin.com",
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "https:\/\/*.barcodelogin.com\/*",
        "http:\/\/*.barcodelogin.com\/*",
        "http:\/\/*.pusher.com\/*"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "pusher.min.js",
            "cryptico.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "barcodelogin-19.png",
        "default_title": "barcodelogin.com",
        "default_popup": "dialog.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "icons": {
        "48": "barcodelogin-48.png",
        "128": "barcodelogin-128.png"
    },
    "manifest_version": 2
}