Textline - Business Text Messaging

Textline Chrome Extension.

什麼是Textline - Business Text Messaging?

Textline - Business Text Messaging是由Textline開發的Chrome擴展程式,該擴展的主要功能是“Textline Chrome Extension.”。

擴展截圖

screenshot
screenshot
screenshot

下載Textline - Business Text Messaging擴展crx文件

下載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
官方網址 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
}