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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    }
}