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 là gì?
SPM File Edit Native Messaging Bridge là một tiện ích mở rộng Chrome được phát triển bởi spm-chrome, và tính năng chính của nó là "Manages Microsoft Word Document editing from the Google Chrome and Microsoft Edge browsers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SPM File Edit Native Messaging Bridge
Tải xuống các tệp mở rộng SPM File Edit Native Messaging Bridge dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | chefnfmmodjpepjmmdehfapjafboobhe |
URL Chính Thức | https://chromewebstore.google.com/detail/spm-file-edit-native-mess/chefnfmmodjpepjmmdehfapjafboobhe |
Mô tả | Manages Microsoft Word Document editing from the Google Chrome and Microsoft Edge browsers. |
Kích Thước Tệp | 12.8 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 3.0.0.1 |
Cập Nhật Lần Cuối | 2023-06-07 |
Ngày Phát Hành | 2022-08-19 |
Nhà Phát Triển | spm-chrome |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://merative.com/social-program-management |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |