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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}