PulseHD Click to Dial
The official PulseHD Click To Dial Extension
Τι είναι το PulseHD Click to Dial;
Το PulseHD Click to Dial είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://whynow.app, και η κύρια λειτουργία του είναι "The official PulseHD Click To Dial Extension".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PulseHD Click to Dial
Λήψη αρχείων επέκτασης 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 |
Επίσημο 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" ] } ] } |