SPM File Edit Native Messaging Bridge

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

Qu'est-ce que SPM File Edit Native Messaging Bridge ?

SPM File Edit Native Messaging Bridge est une extension Chrome développée par spm-chrome, et sa fonction principale est "Manages Microsoft Word Document editing from the Google Chrome and Microsoft Edge browsers.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SPM File Edit Native Messaging Bridge

Téléchargez les fichiers d'extension SPM File Edit Native Messaging Bridge au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SPM File Edit Native Messaging Bridge SPM File Edit Native Messaging Bridge
ID chefnfmmodjpepjmmdehfapjafboobhe
URL Officiel https://chromewebstore.google.com/detail/spm-file-edit-native-mess/chefnfmmodjpepjmmdehfapjafboobhe
Description Manages Microsoft Word Document editing from the Google Chrome and Microsoft Edge browsers.
Taille du Fichier 12.8 KB
Nombre d'Installations 10,000
Version Actuelle 3.0.0.1
Dernière Mise à Jour 2023-06-07
Date de Publication 2022-08-19
Développeur spm-chrome
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://merative.com/social-program-management
Langues Prises en Charge 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"
    }
}