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
官方網址 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"
    }
}