Rude Gmail Smart Reply

Gmail smart reply but without the pleasantness.

Rude Gmail Smart Replyคืออะไร?

Rude Gmail Smart Reply เป็นส่วนขยายของ Chrome ที่พัฒนาโดย didactic และคุณลักษณะหลักของมันคือ "Gmail smart reply but without the pleasantness."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rude Gmail Smart Reply

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}