Codeplug.in [Generic Version]

Biometric devices accessibility or input resolution helper.

What is Codeplug.in [Generic Version]?

Codeplug.in [Generic Version] is a Chrome extension developed by Codeplug.in, and its main feature is "Biometric devices accessibility or input resolution helper.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Codeplug.in [Generic Version] Extension CRX File

Download Codeplug.in [Generic Version] extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!!!                    

Extension Basic Information

Name Codeplug.in [Generic Version] Codeplug.in [Generic Version]
ID lbkdbeojajhofdpbkkideaoipoejhedp
Official URL https://chromewebstore.google.com/detail/codeplugin-generic-versio/lbkdbeojajhofdpbkkideaoipoejhedp
Description Biometric devices accessibility or input resolution helper.
File Size 840 KB
Installation Count 89,908
Current Version 0.0.0.27
Last Updated 2024-01-01
Publish Date 2021-02-16
Rating 1.78/5 Total 82 Ratings
Developer Codeplug.in
Email [email protected]
Payment Type free
Extension Website https://www.codeplug.in
Help Page URL https://www.codeplug.in/
Privacy Policy Page URL https://www.codeplug.in/privacypolicy.html
Supported Languages 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"
}