Intulse Companion App
Click on phone numbers to call/text directly from any web site like your helpdesk, CRM, or sales software.
Intulse Companion App란 무엇입니까?
Intulse Companion App은(는) https://intulse.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click on phone numbers to call/text directly from any web site like your helpdesk, CRM, or sales software."입니다.
확장 프로그램 스크린샷
Intulse Companion App 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Intulse Companion App enables Intulse users to send text message and start phone calls directly from their web browser. It instantly detects phone numbers on websites, customer portals and popular CRM software such as Salesforce, Office 365, Zoho, SugarCRM, SuiteCRM, Redail, Wealthbox, AgencyBloc, and many others. Simply click on a phone number to send a text message or start a call on the Intulse Virtual Phone or on your desk phone. This eliminates the need to dial, copy, paste or edit numbers from emails or websites offering instant outbound dialing and increasing productivity and collaboration for Intulse users. - Automate tedious and time consuming workflow processes for staff - Boost productivity and increase sales and customer satisfaction - Works seamlessly with the Intulse App
확장 프로그램 기본 정보
이름 | Intulse Companion App |
ID | ildhahcljdlppkkfimlecckaibbcojgk |
공식 URL | https://chromewebstore.google.com/detail/intulse-companion-app/ildhahcljdlppkkfimlecckaibbcojgk |
설명 | Click on phone numbers to call/text directly from any web site like your helpdesk, CRM, or sales software. |
파일 크기 | 1.36 MB |
설치 횟수 | 1,216 |
현재 버전 | 2023.02.16.01 |
최근 업데이트 | 2023-02-16 |
출시 날짜 | 2019-12-09 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | https://intulse.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://intulse.com |
도움말 페이지 URL | https://support.intulse.com |
개인정보 보호 정책 페이지 URL | https://intulse.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Intulse Companion App", "short_name": "Intulse", "options_page": "options.html", "description": "Click on phone numbers to call\/text directly from any web site like your helpdesk, CRM, or sales software.", "version": "2023.02.16.01", "permissions": [ "tabs", "webNavigation", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "16": "images\/appicon_16x16.png", "48": "images\/appicon_48x48.png", "128": "images\/appicon_128x128.png" }, "default_title": "Intulse", "default_popup": "popup.html" }, "icons": { "16": "images\/appicon_16x16.png", "48": "images\/appicon_48x48.png", "128": "images\/appicon_128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/content_script.js" ] } ], "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "manifest_version": 2 } |