Aadhar/PAN OCR App

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

Aadhar/PAN OCR App란 무엇입니까?

Aadhar/PAN OCR App은(는) Perceptiviti Data Solutions Pvt. ltd.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OCR App is Chrome plugin to capture data from IDs (Aadhar and PAN) automatically offline and online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Aadhar/PAN OCR App 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Aadhar/PAN OCR App Aadhar/PAN OCR App
ID malmcddijinkkfmjkcpbednghhilggio
공식 URL https://chromewebstore.google.com/detail/aadharpan-ocr-app/malmcddijinkkfmjkcpbednghhilggio
설명 OCR App is Chrome plugin to capture data from IDs (Aadhar and PAN) automatically offline and online.
파일 크기 18.37 MB
설치 횟수 62
현재 버전 2.4
최근 업데이트 2022-11-29
출시 날짜 2022-07-22
평점 5.00/5 총 2 개의 평점
개발자 Perceptiviti Data Solutions Pvt. ltd.
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://drive.google.com/file/d/1LDfFM_yHOnrRI7lET_BXsomh3OTNH1F9/view?usp=sharing
지원되는 언어 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": [
                ""
            ]
        }
    ]
}