Rude Gmail Smart Reply

Gmail smart reply but without the pleasantness.

什么是Rude Gmail Smart Reply?

Rude Gmail Smart Reply是由didactic开发的Chrome扩展程序,该扩展的主要功能是“Gmail smart reply but without the pleasantness.”。

扩展截图

screenshot

下载Rude Gmail Smart Reply扩展crx文件

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

扩展使用说明

                        Haha, thanks! Looks good to me! Fuck off.

Gmail recently introduced Smart Reply, which provides a row of buttons to answer emails quickly with canned replies suggested by an AI. This has the potential to make email more efficient and improve people's workflows. After all, isn't email just a to-do list other people can edit?

But what does it mean to let an AI control our affect? Maybe using scripts to communicate will encourage us to treat each other like robots, exchanging predefined commands. It's already how people sometimes talk to cashiers, waiters, and customer service workers. 

Critics of the smart reply feature are concerned that it sanitizes our language in a way that makes email correspondence insincere and impersonal. A AI-generated suggestions encourage a least common denominator way of speaking flattens the range of ways people have to express themselves into something that's always vaguely nice, kinda peppy, and not overly effusive.

This Chrome extension replaces this algorithmic sanitization of expression with something more, well, foul.

Source code available on github: https://github.com/jonathanzong/rude-gmail                    

扩展基本信息

名称 Rude Gmail Smart Reply Rude Gmail Smart Reply
ID jnbodjbbadkflgokjlnkicpmogaipcdj
官方URL https://chromewebstore.google.com/detail/rude-gmail-smart-reply/jnbodjbbadkflgokjlnkicpmogaipcdj
简介 Gmail smart reply but without the pleasantness.
文件大小 18.38 KB
安装次数 12
当前版本 1.3
更新时间 2018-10-15
上架时间 2018-10-15
评分 5.00/5 共1次评分
开发者 didactic
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rude Gmail Smart Reply",
    "description": "Gmail smart reply but without the pleasantness.",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "include_globs": [
                "*#inbox*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    }
}