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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manages Microsoft Word Document editing from the Google Chrome and Microsoft Edge browsers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SPM File Edit Native Messaging Bridge एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}