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ファイルをダウンロード

Aadhar/PAN OCR App拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.
Eメール [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": [
                ""
            ]
        }
    ]
}