Claro Cloud OCR

Converts inaccessible images and documents to accessible text documents

Claro Cloud OCRとは何ですか?

Claro Cloud OCRはClaro Softwareによって開発されたChromeの拡張機能で、その主な機能は「Converts inaccessible images and documents to accessible text documents」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Claro Cloud OCR拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The Claro Cloud OCR Chrome Extension allows you to access the Claro Cloud OCR web application using the Google Account you have signed in to Google Chrome with.

Your currently signed-in Google account must be registered as a Claro Cloud account or be part of a Google Domain that has a valid Claro Cloud Site Licence.                    

拡張機能の基本情報

名前 Claro Cloud OCR Claro Cloud OCR
ID pnmlfkjgmkpeganjbhhefogaijonppik
公式URL https://chromewebstore.google.com/detail/claro-cloud-ocr/pnmlfkjgmkpeganjbhhefogaijonppik
説明 Converts inaccessible images and documents to accessible text documents
ファイルサイズ 46.58 KB
インストール数 7,000
現在のバージョン 1.0.3
最終更新日 2021-09-07
公開日 2019-06-18
評価 3.56/5 合計 16 レビュー
開発者 Claro Software
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.clarosoftware.com/cloud
ヘルプページのURL https://www.clarosoftware.com/help/category/cloud/
プライバシーポリシーページのURL https://docs.google.com/document/d/e/2PACX-1vSPJszt_TKmrdOFsF6EN0eIvVGSTqPvAFZzRr7rQ9w1t5DG78pI-qTljH4ul0l5i7vcHS9cEXmU6M_6/pub
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "images\/claroRead_128.png",
        "96": "images\/claroRead_96.png"
    },
    "version": "1.0.3",
    "permissions": [
        "",
        "identity",
        "identity.email",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "author": "Claro Software",
    "homepage_url": "https:\/\/www.clarosoftware.com",
    "short_name": "Claro Cloud OCR",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "oauth2": {
        "client_id": "1018600226194-b99lphppdjmqvtl7ssc0lh05mrtl4guc.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/admin.directory.group",
            "https:\/\/www.googleapis.com\/auth\/admin.directory.user",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/admin.directory.userschema"
        ]
    },
    "browser_action": {
        "default_icon": "images\/claroRead_24.png",
        "default_popup": "options.html"
    },
    "options_ui": {
        "page": "options.html"
    }
}