MessagePath
Improve your written business communication online.
什么是MessagePath?
MessagePath是由http://messagepath.com开发的Chrome扩展程序,该扩展的主要功能是“Improve your written business communication online.”。
扩展截图
下载MessagePath扩展crx文件
下载MessagePath扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
MessagePath analyzes words, phrases, structure, and tone to give constructive feedback on written business communication. Optimize and de-risk business communications in real time. Improve your business writing while lowering security risks. MessagePath is the AI extension that makes grammar and style suggestions, especially for business content. Use MessagePath to: - Check grammar for business writing. - Write messages and emails. - Maintain consistent tone within teams. Works on Gmail, Linkedin, Zendesk, Twitter, and more.
扩展基本信息
名称 | |
ID | afpihanbhahmgneaaffdbfjfapdmnica |
官方URL | https://chrome.google.com/webstore/detail/messagepath/afpihanbhahmgneaaffdbfjfapdmnica |
简介 | Improve your written business communication online. |
文件大小 | 304 KB |
安装次数 | 143 |
当前版本 | 1.4 |
更新时间 | 2019-03-09 |
上架时间 | 2019-03-09 |
评分 | 5.00/5 共2次评分 |
开发者 | http://messagepath.com |
电子邮箱 | [email protected] |
扩展官网 | https://messagepath.com/ |
隐私政策页面URL | https://messagepath.com/terms-of-service-privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MessagePath", "version": "1.4", "description": "Improve your written business communication online.", "permissions": [ "activeTab" ], "web_accessible_resources": [ "img\/logo20.png", "img\/logo48.png", "img\/done48.png", "frame.html" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*.messagepath.com\/*" ], "all_frames": true, "css": [ "lib\/css\/featherlight.min.css", "styles.css" ], "js": [ "lib\/js\/jquery-3.3.1.min.js", "lib\/js\/featherlight.min.js", "modal.js" ] }, { "matches": [ "*:\/\/*.messagepath.com\/*" ], "all_frames": true, "js": [ "lib\/js\/jquery-3.3.1.min.js", "frame.js" ] } ], "browser_action": { "default_icon": { "16": "img\/logo16.png", "32": "img\/logo32.png", "48": "img\/logo48.png", "128": "img\/logo128.png" } }, "icons": { "16": "img\/logo16.png", "32": "img\/logo32.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "manifest_version": 2 } |