Aadhar/PAN OCR App

OCR App is Chrome plugin to capture data from IDs (Aadhar and PAN) automatically offline and online.

Wat is Aadhar/PAN OCR App?

Aadhar/PAN OCR App is een Chrome-extensie ontwikkeld door Perceptiviti Data Solutions Pvt. ltd., en de belangrijkste functie is "OCR App is Chrome plugin to capture data from IDs (Aadhar and PAN) automatically offline and online.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Aadhar/PAN OCR App

Download Aadhar/PAN OCR App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        OCR App is Chrome plugin to capture data from IDs (Aadhar and PAN) automatically offline and online.                    

Basisinformatie over de Extensie

Naam Aadhar/PAN OCR App Aadhar/PAN OCR App
ID malmcddijinkkfmjkcpbednghhilggio
Officiële URL https://chromewebstore.google.com/detail/aadharpan-ocr-app/malmcddijinkkfmjkcpbednghhilggio
Beschrijving OCR App is Chrome plugin to capture data from IDs (Aadhar and PAN) automatically offline and online.
Bestandsgrootte 18.37 MB
Aantal Installaties 62
Huidige Versie 2.4
Laatst Bijgewerkt 2022-11-29
Publicatiedatum 2022-07-22
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Perceptiviti Data Solutions Pvt. ltd.
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://drive.google.com/file/d/1LDfFM_yHOnrRI7lET_BXsomh3OTNH1F9/view?usp=sharing
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aadhar\/PAN OCR App",
    "description": "",
    "version": "2.4",
    "manifest_version": 3,
    "offline_enabled": true,
    "commands": {
        "_execute_action": []
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "kyc_webapp"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/xcqy3mba4j.execute-api.ap-south-1.amazonaws.com\/default\/AadharOcr 'unsafe-inline'; worker-src 'self' ; style-src 'self' 'unsafe-inline';  media-src *; script-src-elem 'self' https:\/\/www.googletagmanager.com\/ 'unsafe-eval' 'unsafe-inline'; img-src 'self' data:"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/worker.min.js",
                "js\/tesseract-core.asm.js",
                "traineddata\/*.traineddata.gz",
                "background.js",
                "js\/popupTab.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}