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
电子邮箱 [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"
    }
}