Codeplug.in [Generic Version]

Biometric devices accessibility or input resolution helper.

Codeplug.in [Generic Version] क्या है?

Codeplug.in [Generic Version] Codeplug.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Biometric devices accessibility or input resolution helper."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Codeplug.in [Generic Version] एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}