MessagePath

Improve your written business communication online.

Co je MessagePath?

MessagePath je rozšíření Chrome vyvinuté http://messagepath.com, a jeho hlavní funkcí je „Improve your written business communication online.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření MessagePath

Stáhněte si soubory rozšíření MessagePath ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název MessagePath MessagePath
ID afpihanbhahmgneaaffdbfjfapdmnica
Oficiální URL https://chrome.google.com/webstore/detail/messagepath/afpihanbhahmgneaaffdbfjfapdmnica
Popis Improve your written business communication online.
Velikost souboru 304 KB
Počet instalací 143
Aktuální Verze 1.4
Poslední Aktualizace 2019-03-09
Datum Vydání 2019-03-09
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář http://messagepath.com
E-mail [email protected]
Webové stránky Rozšíření https://messagepath.com/
URL Stránky Zásad Ochrany Soukromí https://messagepath.com/terms-of-service-privacy-policy
Podporované Jazyky 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
}