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文件
下載PulseHD Click to Dial擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } ] } |