Fusion Narrate Extension

Fusion Narrate Extension

What is Fusion Narrate Extension?

Fusion Narrate Extension is a Chrome extension developed by Dolbey and Company, Inc., and its main feature is "Fusion Narrate Extension".

Extension Screenshots

screenshot

Download Fusion Narrate Extension Extension CRX File

Download Fusion Narrate 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

                        This extension works in conjunction with the Fusion Narrate speech recognition client application. With this extension installed the Fusion Narrate client offers enhanced voice commands and improved integration with Chrome based text areas. 

All supporting documentation can be found at http://help.fusionnarrate.com                    

Extension Basic Information

Name Fusion Narrate Extension Fusion Narrate Extension
ID fnpmldckjbgpcdagndpgbjmflmlgmgnm
Official URL https://chromewebstore.google.com/detail/fusion-narrate-extension/fnpmldckjbgpcdagndpgbjmflmlgmgnm
Description Fusion Narrate Extension
File Size 190 KB
Installation Count 10,924
Current Version 5.1.0.1
Last Updated 2023-12-11
Publish Date 2020-05-15
Rating 5.00/5 Total 1 Ratings
Developer Dolbey and Company, Inc.
Email [email protected]
Payment Type free
Extension Website https://fusionnarrate.com/
Help Page URL http://help.fusionnarrate.com/
Privacy Policy Page URL https://dolbeyspeech.com/eula/CombinedEULAv22.pdf
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "events_automation\/dolbeyEventsAutomationStyles.css"
            ],
            "js": [
                "events_automation\/dolbeyCommon.js",
                "events_automation\/dolbeyApproach.js",
                "events_automation\/dolbeyIdentifyingText.js",
                "events_automation\/dolbeyEvents.js",
                "events_automation\/dolbeyIndicator.js",
                "events_automation\/dolbeyEventsAutomationConfig.js",
                "events_automation\/dolbeyEventsPlayback.js",
                "events_automation\/dolbeyEventsRecording.js",
                "events_automation\/dolbeyEventsAutomation.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "js": [
                "direct_access\/dolbeyDirectLog.js",
                "direct_access\/dolbeyDirectSettings.js",
                "direct_access\/dolbeyDirectScripting.js",
                "direct_access\/dolbeyDirectDocumentHelpers.js",
                "direct_access\/dolbeyDirectContentEditable.js",
                "direct_access\/dolbeyDirectInput.js",
                "direct_access\/dolbeyDirectTextarea.js",
                "direct_access\/dolbeyDirectDynamicLinks.js",
                "direct_access\/dolbeyDirectDevEx.js",
                "direct_access\/dolbeyDirectMeditech.js",
                "direct_access\/dolbeyDirectCKEditor5.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "web_accessible\/dolbeyWindowInit.js",
                "web_accessible\/dolbeyHelpers.js",
                "web_accessible\/dolbeyClassObjAccess.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "file:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Fusion Narrate Extension",
    "icons": {
        "128": "images\/fusion-narrate-128x128.png",
        "16": "images\/fusion-narrate-16x16.png",
        "32": "images\/fusion-narrate-32x32.png",
        "48": "images\/fusion-narrate-48x48.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/fusion-narrate-16x16.png",
            "32": "images\/fusion-narrate-32x32.png",
            "48": "images\/fusion-narrate-48x48.png",
            "128": "images\/fusion-narrate-128x128.png"
        },
        "default_title": "Fusion Narrate"
    },
    "manifest_version": 3,
    "name": "Fusion Narrate Extension",
    "permissions": [
        "activeTab",
        "scripting",
        "nativeMessaging",
        "tabs",
        "clipboardRead",
        "clipboardWrite",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "host_permissions": [
        ""
    ],
    "short_name": "Narrate Ext",
    "version": "5.1.0.1",
    "version_name": "5.1.0.1"
}