Promptly

Customer support emails, supported by autopilot

Promptlyคืออะไร?

Promptly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://promptly.to และคุณลักษณะหลักของมันคือ "Customer support emails, supported by autopilot"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Are your work days filled with support emails? Promptly helps scale your customer support by automating replies directly in Gmail. Trained on your knowledge base and writing style, Promptly is designed to answer customer inquiries and requests on the fly.

📧 Sign into Promptly with Gmail 📧
Promptly is seamlessly integrated with Gmail to create drafts within your inbox. Promptly's dashboard allows you to test email response and track email analytics.

📄 Connect with your knowledge base 📄
Upload your landing page, documentation, or any other source of information about your company. 

✨ Watch the magic in action ✨
Promptly automatically generate responses to your customer support emails with the click of a button. 

Feel free to send us your thoughts and feedback at [email protected]!                    

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

ชื่อ Promptly Promptly
ID gkmbkcdeiemdapmdnnokeboidippkjnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/promptly/gkmbkcdeiemdapmdnnokeboidippkjnk
คำอธิบาย Customer support emails, supported by autopilot
ขนาดไฟล์ 260 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2021-06-09
วันที่เผยแพร่ 2021-06-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://promptly.to
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย http://promptly.to/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Promptly",
    "version": "0.0.1",
    "description": "Customer support emails, supported by autopilot",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmky6OVYZenQ2IAN6b22S56G66jG8ON1+snrbH65AgEbbtVwUSWPJdB5\/N5mmjzW9pslK6nGf5e23wJZvj4MvWGnHJXEUPZzZtl37XJaG2rH9j6mG51YeYI1fphmQUT31QyV31K3\/WreCEEwPAY\/Uc0MX2TRwuEfxANVonptWSqeRQDl3YxOsPAEQqEIc5rZeINsjUsvGV7eVoxrAZIIA+eocByNyqvdheuztPJCWNsvtdF\/wCgHXH5UAA\/sPr\/TzKZrvkd\/TeRC4JWZZwrbKqcWO9l0\/Ir67i7dIqZDJuCCIc0F9MwuplA0wqLSuLXidp4VzjbaGO9zVuxdPvT7r7QIDAQAB",
    "manifest_version": 2,
    "icons": {
        "16": ".\/dist\/icons\/icon_16.png",
        "32": ".\/dist\/icons\/icon_32.png",
        "48": ".\/dist\/icons\/icon_48.png",
        "128": ".\/dist\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Go to Gmail",
        "default_icon": ".\/dist\/icons\/icon_16.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "dist\/content.dist.js",
                "dist\/components.dist.js",
                "dist\/helpers.dist.js"
            ],
            "css": [
                "dist\/content.css"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "dist\/background.dist.js"
        ]
    },
    "options_ui": {
        "page": "dist\/options.html",
        "open_in_tab": false
    }
}