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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } |