Fusion Narrate Extension

Fusion Narrate Extension

Hvad er Fusion Narrate Extension?

Fusion Narrate Extension er en Chrome-udvidelse udviklet af Dolbey and Company, Inc., og dens hovedfunktion er "Fusion Narrate Extension".

Udvidelsesskærmbilleder

screenshot

Download Fusion Narrate Extension-udvidelses-CRX-fil

Download Fusion Narrate Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Fusion Narrate Extension Fusion Narrate Extension
ID fnpmldckjbgpcdagndpgbjmflmlgmgnm
Officiel URL https://chromewebstore.google.com/detail/fusion-narrate-extension/fnpmldckjbgpcdagndpgbjmflmlgmgnm
Beskrivelse Fusion Narrate Extension
Filstørrelse 190 KB
Antal Installationer 10,924
Nuværende Version 5.1.0.1
Senest Opdateret 2023-12-11
Udgivelsesdato 2020-05-15
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Dolbey and Company, Inc.
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://fusionnarrate.com/
Hjælpeside-URL http://help.fusionnarrate.com/
URL til Fortrolighedspolitik Side https://dolbeyspeech.com/eula/CombinedEULAv22.pdf
Understøttede Sprog 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"
}