MessagePath
Improve your written business communication online.
Cos'è MessagePath?
MessagePath è un'estensione di Chrome sviluppata da http://messagepath.com, e la sua funzione principale è "Improve your written business communication online.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MessagePath
Scarica i file di estensione MessagePath in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | afpihanbhahmgneaaffdbfjfapdmnica |
URL Ufficiale | https://chrome.google.com/webstore/detail/messagepath/afpihanbhahmgneaaffdbfjfapdmnica |
Descrizione | Improve your written business communication online. |
Dimensione del File | 304 KB |
Conteggio Installazioni | 143 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2019-03-09 |
Data di Pubblicazione | 2019-03-09 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | http://messagepath.com |
[email protected] | |
Sito Web dell'Estensione | https://messagepath.com/ |
URL della Pagina della Politica sulla Privacy | https://messagepath.com/terms-of-service-privacy-policy |
Lingue Supportate | 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 } |