VerbAce-Pro Extension

VerbAce-Pro Text Capturing Support

What is VerbAce-Pro Extension?

VerbAce-Pro Extension is a Chrome extension developed by http://www.verbace.com, and its main feature is "VerbAce-Pro Text Capturing Support".

Extension Screenshots

screenshot

Download VerbAce-Pro Extension Extension CRX File

Download VerbAce-Pro Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Supports text reading from Chrome.
This extension is part of the VerbAce-Pro installation package.
to download the full Windows application: www.verbace.com                    

Extension Basic Information

Name VerbAce-Pro Extension VerbAce-Pro Extension
ID cogaimpmgeoeppkjiekhplafgfdplgcc
Official URL https://chrome.google.com/webstore/detail/cogaimpmgeoeppkjiekhplafgfdplgcc
Description VerbAce-Pro Text Capturing Support
File Size 24.3 KB
Installation Count 1,749
Current Version 2.4
Last Updated 2020-05-21
Publish Date 2020-05-21
Rating 3.50/5 Total 4 Ratings
Developer http://www.verbace.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VerbAce-Pro Extension",
    "version": "2.4",
    "manifest_version": 2,
    "description": "VerbAce-Pro Text Capturing Support",
    "background": {
        "page": "bg.html"
    },
    "icons": {
        "48": "verbace48.png",
        "128": "verbace128.png"
    },
    "permissions": [
        "tabs",
        "nativeMessaging"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "cs.js"
            ],
            "run_at": "document_end"
        }
    ]
}