MessagePath
Improve your written business communication online.
MessagePath là gì?
MessagePath là một tiện ích mở rộng Chrome được phát triển bởi http://messagepath.com, và tính năng chính của nó là "Improve your written business communication online.".
Ả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 MessagePath
Tải xuống các tệp mở rộng MessagePath 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | afpihanbhahmgneaaffdbfjfapdmnica |
URL Chính Thức | https://chrome.google.com/webstore/detail/messagepath/afpihanbhahmgneaaffdbfjfapdmnica |
Mô tả | Improve your written business communication online. |
Kích Thước Tệp | 304 KB |
Số Lần Cài Đặt | 143 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2019-03-09 |
Ngày Phát Hành | 2019-03-09 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://messagepath.com |
[email protected] | |
Trang Web Mở Rộng | https://messagepath.com/ |
URL Trang Chính Sách Bảo Mật | https://messagepath.com/terms-of-service-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |