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 |
Eメール | [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 } |