SPM File Edit Native Messaging Bridge

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

什麼是SPM File Edit Native Messaging Bridge?

SPM File Edit Native Messaging Bridge是由spm-chrome開發的Chrome擴展程式,該擴展的主要功能是“Manages Microsoft Word Document editing from the Google Chrome and Microsoft Edge browsers.”。

擴展截圖

screenshot

下載SPM File Edit Native Messaging Bridge擴展crx文件

下載SPM File Edit Native Messaging Bridge擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SPM File Edit Native Messaging Bridge SPM File Edit Native Messaging Bridge
ID chefnfmmodjpepjmmdehfapjafboobhe
官方網址 https://chromewebstore.google.com/detail/spm-file-edit-native-mess/chefnfmmodjpepjmmdehfapjafboobhe
簡介 Manages Microsoft Word Document editing from the Google Chrome and Microsoft Edge browsers.
檔案大小 12.8 KB
安裝次數 10,000
目前版本 3.0.0.1
更新時間 2023-06-07
上架時間 2022-08-19
開發者 spm-chrome
電子郵箱 [email protected]
付費類型 free
擴展官網 https://merative.com/social-program-management
支援的語言 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"
    }
}