Codeplug.in [Generic Version]

Biometric devices accessibility or input resolution helper.

Codeplug.in [Generic Version]คืออะไร?

Codeplug.in [Generic Version] เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Codeplug.in และคุณลักษณะหลักของมันคือ "Biometric devices accessibility or input resolution helper."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Codeplug.in [Generic Version]

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

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

                        Are you facing any issues with smoothly using your biometric devices???

Then you are in the correct place.

Using our Codeplug.in extension specially built for biometric dependent websites will solve biometric device problems with ease.

Try out today!!!                    

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

ชื่อ Codeplug.in [Generic Version] Codeplug.in [Generic Version]
ID lbkdbeojajhofdpbkkideaoipoejhedp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/codeplugin-generic-versio/lbkdbeojajhofdpbkkideaoipoejhedp
คำอธิบาย Biometric devices accessibility or input resolution helper.
ขนาดไฟล์ 840 KB
จำนวนการติดตั้ง 89,908
เวอร์ชันปัจจุบัน 0.0.0.27
อัปเดตครั้งล่าสุด 2024-01-01
วันที่เผยแพร่ 2021-02-16
คะแนน 1.78/5 รวมทั้งหมด 82 คะแนน
ผู้พัฒนา Codeplug.in
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.codeplug.in
URL หน้าช่วยเหลือ https://www.codeplug.in/
URL หน้านโยบายความเป็นส่วนตัว https://www.codeplug.in/privacypolicy.html
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 2,
    "name": "Codeplug.in [Generic Version]",
    "description": "Biometric devices accessibility or input resolution helper.",
    "version": "0.0.0.27",
    "browser_action": {
        "default_title": "Codeplug.in [Generic Version]",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "96": "images\/icon96.png",
            "120": "images\/icon120.png",
            "192": "images\/icon192.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "120": "images\/icon120.png",
        "192": "images\/icon192.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/13.126.173.*\/*",
                "*:\/\/164.100.251.*\/*",
                "*:\/\/*.com\/*",
                "*:\/\/*.in\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/myScript.js"
            ],
            "css": [
                "css\/custom.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/clock.png",
        "images\/loading.png",
        "images\/success-capture.png",
        "images\/fail-capture.png",
        "images\/success-iris-capture.png",
        "images\/fail-iris-capture.png",
        "images\/quick-issue.png",
        "images\/quick-issue-nfsa.png",
        "images\/quick-issue-pmgkay.png",
        "images\/success-capture-flat.png",
        "images\/fail-capture-flat.png",
        "images\/success-iris-capture-flat.png",
        "images\/fail-iris-capture-flat.png"
    ],
    "permissions": [
        "background"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}