Sleep On It = sentiment analysis for Gmail
Have you ever sent an email and regretted it? Sleep On It uses sentiment analysis to block you from sending out angry emails.
Sleep On It = sentiment analysis for Gmailคืออะไร?
Sleep On It = sentiment analysis for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nuanced.it และคุณลักษณะหลักของมันคือ "Have you ever sent an email and regretted it? Sleep On It uses sentiment analysis to block you from sending out angry emails."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sleep On It = sentiment analysis for Gmail
ดาวน์โหลดไฟล์ส่วนขยาย Sleep On It = sentiment analysis for Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Have you ever sent an email and regretted it? I've sent many in my time and immediately wished I hadn't. The purpose of email is to communicate the facts not discuss emotionally laden topics like performance issues. What I find though is that when I'm angry, I forget about all the advice from business communication gurus. I hit the send button and ignore that little voice telling me 'Maybe you should have another think about that'. Sleep On It is designed to turn that little voice into a foghorn. It will use sentiment analysis technology to quickly scan your email when you press send. If it detects excessive levels of emotion, it will block the sending process and pop up a dialog: "Are you sure you want to send this? You sound pretty annoyed. Maybe a phone call would be better." My goal with this project is to reduce workplace conflict. There's nothing worse than getting an angry email. Unlike a phone call or face to face, the other person doesn't get the opportunity to see your reaction. I would never say the things I have written via email in a face to face meeting but something about the Gmail interface shuts down my empathy sensors. The recipient becomes an isolated object rather than a human with emotions. If you've ever sent an email you regret, sign up for Sleep On It and stop your angry self from saying things your logical self would regret. Sleep On It is a gmail extension that starts work when you press send. It quickly scans the email body for tone and if it detects any anger, it will immediately stop the email send process and ask you to confirm you really want to proceed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sleep On It = sentiment analysis for Gmail |
ID | hfkjeifdbhcbckinogfhokjalcbmnoop |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sleep-on-it-sentiment-ana/hfkjeifdbhcbckinogfhokjalcbmnoop |
คำอธิบาย | Have you ever sent an email and regretted it? Sleep On It uses sentiment analysis to block you from sending out angry emails. |
ขนาดไฟล์ | 305 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.14.11 |
อัปเดตครั้งล่าสุด | 2016-01-31 |
วันที่เผยแพร่ | 2016-01-30 |
ผู้พัฒนา | https://nuanced.it |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ ".\/build.js" ], "matches": [ "http:\/\/mail.google.com\/mail\/*", "https:\/\/mail.google.com\/mail\/*" ], "run_at": "document_end" } ], "description": "Have you ever sent an email and regretted it? Sleep On It uses sentiment analysis to block you from sending out angry emails.", "name": "Sleep On It = sentiment analysis for Gmail", "version": "1.14.11", "permissions": [ "storage", "identity", "https:\/\/www.googleapis.com\/" ], "oauth2": { "client_id": "665859454684-s6nmohpktccl2srxvc67thbmpclpa36v.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] } } |