Textline - Business Text Messaging
Textline Chrome Extension.
Textline - Business Text Messagingとは何ですか?
Textline - Business Text MessagingはTextlineによって開発されたChromeの拡張機能で、その主な機能は「Textline Chrome Extension.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |