Twain

Twain is the AI communication assistant for sales outreach.

Twainคืออะไร?

Twain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://twain.ai และคุณลักษณะหลักของมันคือ "Twain is the AI communication assistant for sales outreach."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twain

ดาวน์โหลดไฟล์ส่วนขยาย Twain ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Pipelines, cold calls, and discovery meetings are hard enough to juggle.

On top of that, you’re expected to be a creative writer too. 

Between hyper-personalized introductions, attention-grabbing follow-ups, and elegant objection handling, it is exhausting to bring your A game to every single email you write. 

That’s where Twain comes in. 

As simple as autocorrect. As effective as it gets.

Don’t take our word for it. 

Thousands of your peers are using Twain. Here's what they have to say 👇

Why do you use Twain? 

“Because Twain not only tells you what to write, but also the 'why'. That makes it 100% better and more valuable than anything else I have tried similar to Twain.” - Paolo Astone (Co-Founder, KometPay) 

Why does it matter?

“For framing the email concisely and professionally, instead of sending long and boring emails. Precision and personalization is important.” - Siddharth Tiwari  (Senior Account Executive, Sparksense.co)

Why use Twain when there is ChatGPT and other tools? 

“Twain's model is trained specifically for sales - hence more accuracy. Sort of like Grammarly but for sales.” - Pranav Nair (Growth Specialist, SpotDraft) 

What do you like most about Twain? 

“Instant, best-in-class communication skills when it really matters.” - Timo Kuschma (Head of Operations, Humanloop)

How often do you use Twain? 

“Every single day.” - Oliver Bass (Enterprise Lead, Plutocard.io) 


By installing the extension, you agree to Twain’s Terms and Conditions (https://www.twain.ai/terms) and acknowledge that you have read Twain's Privacy Policy (https://www.twain.ai/privacy).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twain Twain
ID hlbaibgaahojknmakhlkgggicpapemkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twain/hlbaibgaahojknmakhlkgggicpapemkm
คำอธิบาย Twain is the AI communication assistant for sales outreach.
ขนาดไฟล์ 606 KB
จำนวนการติดตั้ง 1,770
เวอร์ชันปัจจุบัน 4.5.0
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2022-01-13
คะแนน 5.00/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://twain.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.twain.ai/
URL หน้าช่วยเหลือ https://www.twain.ai/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.twain.ai/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.ade0797c.png",
        "32": "icon32.plasmo.3599a507.png",
        "48": "icon48.plasmo.df23ffe6.png",
        "64": "icon64.plasmo.4266ab99.png",
        "128": "icon128.plasmo.8bd035d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.ade0797c.png",
            "32": "icon32.plasmo.3599a507.png",
            "48": "icon48.plasmo.df23ffe6.png",
            "64": "icon64.plasmo.4266ab99.png",
            "128": "icon128.plasmo.8bd035d2.png"
        }
    },
    "version": "4.5.0",
    "name": "Twain",
    "description": "Twain is the AI communication assistant for sales outreach.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail.eab229dc.js"
            ],
            "css": [
                "font.efaa7994.css",
                "highlights.b2b2d0d0.css",
                "style.fb56bda6.css"
            ]
        }
    ],
    "short_name": "Twain",
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "Graphik-Regular.c80c4e2b.woff2",
                "Graphik-Medium.2566f464.woff2",
                "Graphik-Regular-Italic.393938e9.woff2",
                "Graphik-Medium-Italic.ad9d6fc5.woff2",
                "Graphik-Semibold.4065766c.woff2",
                "Graphik-Semibold-Italic.452a81ee.woff2",
                "Graphik-Light.0c2c746f.woff2",
                "Produkt-Regular.c1706e47.woff2",
                "Produkt-Medium.19519b2a.woff2",
                "gmail.25ef9324.css",
                "gmail.2c4e844e.css"
            ]
        }
    ]
}