Email Polisher for Gmail

A Chrome extension that polishes the content of Gmail emails using GPT

什么是Email Polisher for Gmail?

Email Polisher for Gmail是由xavier开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension that polishes the content of Gmail emails using GPT”。

扩展截图

screenshot
screenshot
screenshot

下载Email Polisher for Gmail扩展crx文件

下载Email Polisher for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Introducing the Email Polisher for Gmail Chrome extension - a user-friendly tool that enhances your writing by polishing your grammar, style, and word choice. With just a click of a button, you can improve the quality of your emails, ensuring that your message is clear, concise, and error-free. Our extension integrates seamlessly with Gmail, allowing you to compose your email and then click the "Polish" button to send it through our GPT API for automated grammar correction. Our powerful AI technology instantly analyzes your text, identifying areas where improvements can be made, and provides you with suggestions for edits that you can accept or reject.

Whether you're a professional looking to improve your communication skills or someone who just wants to write better emails, the Email Polisher for Gmail Chrome extension is the perfect tool for you. With our easy-to-use interface and powerful AI technology, you can write with confidence, knowing that your writing is of the highest quality. Install the Email Polisher for Gmail Chrome extension today and take your writing to the next level!                    

扩展基本信息

名称 Email Polisher for Gmail Email Polisher for Gmail
ID hkniefkaiaakhhgkbibjnphcgpbfnlfe
官方URL https://chromewebstore.google.com/detail/email-polisher-for-gmail/hkniefkaiaakhhgkbibjnphcgpbfnlfe
简介 A Chrome extension that polishes the content of Gmail emails using GPT
文件大小 340 KB
安装次数 53
当前版本 1.0.1
更新时间 2023-03-13
上架时间 2023-03-03
评分 5.00/5 共5次评分
开发者 xavier
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.emailpolisher.com/
帮助页面URL https://www.emailpolisher.com/about
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Email Polisher for Gmail",
    "description": "A Chrome extension that polishes the content of Gmail emails using GPT",
    "version": "1.0.1",
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.min.js"
    },
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "action": {
        "default_popup": "pages\/login.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/google.emailpolisher.com\/auth\/google\/success"
            ],
            "js": [
                "content.min.js"
            ]
        }
    ]
}