MessagePath

Improve your written business communication online.

MessagePath란 무엇입니까?

MessagePath은(는) http://messagepath.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve your written business communication online."입니다.

확장 프로그램 스크린샷

screenshot

MessagePath 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 MessagePath MessagePath
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
}