Wordzen for Gmail

We write your emails for you.

Wordzen for Gmailとは何ですか?

Wordzen for Gmailはhttps://www.wordzen.comによって開発されたChromeの拡張機能で、その主な機能は「We write your emails for you.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Wordzen for Gmail拡張機能のCRXファイルをダウンロード

Wordzen for Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ***On May 17, 2019, Wordzen will be ending "regular" editing services and transitioning to a "bring your own editor" model. For more information, see: https://www.wordzen.com/blog/ending-service/ ***

We write your emails for you! Our live English editors are standing by 24x7.

Wordzen is an executive assistant for your Gmail account. A "Wordzen!" button appears next to the regular Gmail "Send" button, and if you click it instead, our editors will:

1) Turn your shorthand notes into professional emails.

2) Turn your voice notes into professional emails.

3) Edit and proofread your emails, ensuring perfect English. 

We correct emails for spelling, grammar, and punctuation, and improve tone, sentence rhythm, and word choice.

Wordzen's editors will draft, edit, and proofread your email messages in about ten minutes.  

New for version 3.0!
Now, after your email has been edited, you can toggle back and forth between the before, after, and "diff" versions.

Wordzen is completely free and is funded by a veteran of the email industry.

We're constantly improving Wordzen, so stay connected to us on social media for updates.
Blog: http://blog.wordzen.com
Twitter: http://twitter.com/WordzenOfficial

Questions? Feature requests? Email us at [email protected].                    

拡張機能の基本情報

名前 Wordzen for Gmail Wordzen for Gmail
ID iljjenghdkelgjcolpijbmljfiejjphn
公式URL https://chromewebstore.google.com/detail/wordzen-for-gmail/iljjenghdkelgjcolpijbmljfiejjphn
説明 We write your emails for you.
ファイルサイズ 64.28 KB
インストール数 763
現在のバージョン 3.1
最終更新日 2019-06-01
公開日 2019-05-31
評価 4.38/5 合計 47 レビュー
開発者 https://www.wordzen.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.wordzen.com
ヘルプページのURL http://www.wordzen.com/Public/Home/FAQ
プライバシーポリシーページのURL https://www.gmass.co/blog/gmass-privacy-information-what-data-does-our-server-store
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordzen for Gmail",
    "version": "3.1",
    "description": "We write your emails for you.",
    "short_name": "Wordzen",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "inboxsdk.js",
                "loader.js",
                "jquery-2.1.4.min.js",
                "jquery.bpopup.min.js"
            ],
            "css": [
                "Wordzen.css"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "http:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/www.wordzen.com\/",
        "http:\/\/www.wordzen.com\/",
        "*:\/\/*.googleusercontent.com\/*",
        "https:\/\/mail.google.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}