SPM File Edit Native Messaging Bridge

Manages Microsoft Word Document editing from the Google Chrome and Microsoft Edge browsers.

¿Qué es SPM File Edit Native Messaging Bridge?

SPM File Edit Native Messaging Bridge es una extensión de Chrome desarrollada por spm-chrome, y su función principal es "Manages Microsoft Word Document editing from the Google Chrome and Microsoft Edge browsers.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SPM File Edit Native Messaging Bridge

Descarga archivos de extensión SPM File Edit Native Messaging Bridge en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This native messaging based extension is for use with the Merative Social Program Management (SPM) product.

The Word Integration Assistant is distributed with Merative Social Program Management Platform.

This extension communicates with the Word Integration Assistant Java application installed on a user machine using native messaging APIs.

By adding this extension to Google Chrome or Microsoft Edge on a Windows machine that has the Word Integration Assistant installed, users will be able to edit a Microsoft Word document on their local computer and then save it to the SPM database.

This extension is designed to be used with v8 or v7 of SPM. 
For v7 of SPM, the Word Integration Assistant is supported for Google Chrome only.

Cúram File Edit Native Messaging Bridge extension has been replaced by SPM File Edit Native Messaging Bridge.                    

Información Básica de la Extensión

Nombre SPM File Edit Native Messaging Bridge SPM File Edit Native Messaging Bridge
ID chefnfmmodjpepjmmdehfapjafboobhe
URL Oficial https://chromewebstore.google.com/detail/spm-file-edit-native-mess/chefnfmmodjpepjmmdehfapjafboobhe
Descripción Manages Microsoft Word Document editing from the Google Chrome and Microsoft Edge browsers.
Tamaño del Archivo 12.8 KB
Cantidad de Instalaciones 10,000
Versión Actual 3.0.0.1
Última Actualización 2023-06-07
Fecha de Publicación 2022-08-19
Desarrollador spm-chrome
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://merative.com/social-program-management
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SPM File Edit Native Messaging Bridge",
    "version": "3.0.0.1",
    "manifest_version": 3,
    "description": "Manages Microsoft Word Document editing from the Google Chrome and Microsoft Edge browsers.",
    "background": {
        "service_worker": "extToNative.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "pageToExtn.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "nativeMessaging",
        "background"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    }
}