Claro Cloud OCR

Converts inaccessible images and documents to accessible text documents

Wat is Claro Cloud OCR?

Claro Cloud OCR is een Chrome-extensie ontwikkeld door Claro Software, en de belangrijkste functie is "Converts inaccessible images and documents to accessible text documents".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Claro Cloud OCR

Download Claro Cloud OCR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Claro Cloud OCR Claro Cloud OCR
ID pnmlfkjgmkpeganjbhhefogaijonppik
Officiële URL https://chromewebstore.google.com/detail/claro-cloud-ocr/pnmlfkjgmkpeganjbhhefogaijonppik
Beschrijving Converts inaccessible images and documents to accessible text documents
Bestandsgrootte 46.58 KB
Aantal Installaties 7,000
Huidige Versie 1.0.3
Laatst Bijgewerkt 2021-09-07
Publicatiedatum 2019-06-18
Beoordeling 3.56/5 Totaal 16 Beoordelingen
Ontwikkelaar Claro Software
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.clarosoftware.com/cloud
Help Pagina-URL https://www.clarosoftware.com/help/category/cloud/
URL van de Privacybeleid Pagina https://docs.google.com/document/d/e/2PACX-1vSPJszt_TKmrdOFsF6EN0eIvVGSTqPvAFZzRr7rQ9w1t5DG78pI-qTljH4ul0l5i7vcHS9cEXmU6M_6/pub
Ondersteunde Talen 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"
    }
}