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."입니다.
확장 프로그램 스크린샷
SPM File Edit Native Messaging Bridge 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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" } } |