TLVD auth

Authentication for TLVD EasyPay

TLVD authคืออะไร?

TLVD auth เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://finance.tlvd-financial-group.ee และคุณลักษณะหลักของมันคือ "Authentication for TLVD EasyPay"

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

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

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

                        TLVD&EasyPay Authentication                    

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

ชื่อ TLVD auth TLVD auth
ID ompkjhgnleogdeelhbnmelccfpebpjlg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ompkjhgnleogdeelhbnmelccfpebpjlg
คำอธิบาย Authentication for TLVD EasyPay
ขนาดไฟล์ 25.72 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2016-09-28
วันที่เผยแพร่ 2016-09-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://finance.tlvd-financial-group.ee
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TLVD auth",
    "version": "0.0.5",
    "minimum_chrome_version": "40.0",
    "manifest_version": 2,
    "description": "Authentication for TLVD EasyPay",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "cnt.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "bground.js"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ]
}