Textline - Business Text Messaging

Textline Chrome Extension.

Textline - Business Text Messagingคืออะไร?

Textline - Business Text Messaging เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Textline และคุณลักษณะหลักของมันคือ "Textline Chrome Extension."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Textline - Business Text Messaging

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

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

                        Send and respond to text messages from your browser with our Chrome plug-in. Say goodbye to frantic tab switching, and respond from any tab without interrupting your work. Anyone with a Textline account can download the extension. Textline is a business text messaging platform that empowers customer support, sales, and operations teams. We make it easy to send and respond to SMS and MMS messages and give you the tools you need to work more efficiently as a team. Add a personal touch to your business communications, while streamlining your workflow, increasing team collaboration, and automating your process. 

Features
- Claim and Resolve conversations
- Transfer conversations to teammates
- Set reminders
- Schedule messages
- View and edit contact details
- Attach files
- Send private messages to colleagues
- Send emojis 

Requirements

Textline Standard or Pro Account

You can try Textline for free for 14 days at www.textline.com                    

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

ชื่อ Textline - Business Text Messaging Textline - Business Text Messaging
ID lgaloeliimfpepoanmbjobokdleildbc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/textline-business-text-me/lgaloeliimfpepoanmbjobokdleildbc
คำอธิบาย Textline Chrome Extension.
ขนาดไฟล์ 28.87 KB
จำนวนการติดตั้ง 897
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2023-02-18
วันที่เผยแพร่ 2020-04-09
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Textline
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Textline - Business Text Messaging",
    "short_name": "Textline",
    "version": "1.1.5",
    "description": "Textline Chrome Extension.",
    "permissions": [
        "storage",
        "notifications",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/application.textline.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "\/views\/options.html",
        "open_in_tab": false
    },
    "action": {
        "default_icon": {
            "16": "\/assets\/images\/textline_icon16.png",
            "48": "\/assets\/images\/textline_icon48.png",
            "128": "\/assets\/images\/textline_icon128.png"
        },
        "default_popup": "\/views\/index.html"
    },
    "icons": {
        "16": "\/assets\/images\/textline_icon16.png",
        "48": "\/assets\/images\/textline_icon48.png",
        "128": "\/assets\/images\/textline_icon128.png"
    },
    "manifest_version": 3
}