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
官方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
}