Wordzen for Gmail

We write your emails for you.

ما هو Wordzen for Gmail؟

Wordzen for Gmail هو إضافة Chrome تم تطويرها بواسطة https://www.wordzen.com، والميزة الرئيسية لها هي "We write your emails for you.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Wordzen for Gmail

قم بتنزيل ملفات الامتداد Wordzen for Gmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ***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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.wordzen.com
عنوان صفحة المساعدة http://www.wordzen.com/Public/Home/FAQ
عنوان صفحة سياسة الخصوصية 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"
        ]
    }
}