PulseHD Click to Dial
The official PulseHD Click To Dial Extension
PulseHD Click to Dial란 무엇입니까?
PulseHD Click to Dial은(는) https://whynow.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The official PulseHD Click To Dial Extension"입니다.
확장 프로그램 스크린샷
PulseHD Click to Dial 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Instantly dial phone numbers on a webpage with just one click. The PulseHD Click to Dial extension offers the ability for you to make real-time calls by simply clicking a phone number in a web browser or CRM system. The extension automatically detects phone numbers on webpages and converts them into clickable links to allow quick and easy one-click dialling. It is compatible with all webpages, including those in CRM systems such as Salesforce, Hubspot, Zoho and many more. - Save time spent manually dialling numbers, by just clicking a number on-screen - Easy and immediate click to call integration - Detects local, non-geographic and international phone numbers - Enhances productivity and helps increase sales - Helps improve customer satisfaction via increased response times - View call logs and statistics via the PulseHD platform
확장 프로그램 기본 정보
이름 | PulseHD Click to Dial |
ID | ohbedgpfpcepigpnpcgnppcdpgbommdm |
공식 URL | https://chromewebstore.google.com/detail/pulsehd-click-to-dial/ohbedgpfpcepigpnpcgnppcdpgbommdm |
설명 | The official PulseHD Click To Dial Extension |
파일 크기 | 215 KB |
설치 횟수 | 145 |
현재 버전 | 1.4.1 |
최근 업데이트 | 2024-01-26 |
출시 날짜 | 2021-02-16 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | https://whynow.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://whynow.app |
개인정보 보호 정책 페이지 URL | https://whynow.app/privacy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "57.0" } }, "name": "PulseHD Click to Dial", "version": "1.4.1", "description": "The official PulseHD Click To Dial Extension", "permissions": [ "activeTab", "storage", "webNavigation", "*:\/\/*\/*" ], "browser_action": { "default_title": "PulseHD", "default_popup": "popup.html", "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.whynow.app\/*", "https:\/\/whynow.app\/*" ], "js": [ "js\/content.js" ] } ] } |