FluentCloud ClicktoCall+
FluentCloud ClicktoCall+ enables instant dialing of phone numbers and display of live calls on the FluentStream Cloud Phone System.
Τι είναι το FluentCloud ClicktoCall+;
Το FluentCloud ClicktoCall+ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον fluentstream-technologies, και η κύρια λειτουργία του είναι "FluentCloud ClicktoCall+ enables instant dialing of phone numbers and display of live calls on the FluentStream Cloud Phone System.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FluentCloud ClicktoCall+
Λήψη αρχείων επέκτασης FluentCloud ClicktoCall+ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
FluentCloud ClickToCall enables instant dialing of phone numbers, and displays live calls on your desktop. ClickToCall, added with your paid FluentCloud business phone extension, makes your dialpad obsolete. This is free for all customers using FluentStream’s award winning cloud business telecommunications platform. This application is directly linked with your FluentCloud login and extension. Through your browser, phone numbers are enabled as clickable links that auto generate phone calls to your deskphone or WebPhone. Your phone will start ringing once the number is clicked on your screen, and upon answering the call it will begin to call the number you originally clicked. ClickToCall works great with most CRM and ticketing systems such as Salesforce, SugarCRM, QuickBase, Zendesk and ZoHo. For advanced users, some CRM and ticketing systems can also work with ClickToCall to enable incoming call screen-pops, matching the incoming phone number with records in the CRM or ticketing system. If you are a current user of Zendesk, ClickToCall responds to incoming callers through your Zendesk account. When clicking on the incoming call, it will automatically direct you to the existing profile or direct you to a new client page. Once the call is finished, a popup will appear to either create a new ticket or add to an existing ticket. This will enhance the caller experience and maximize productivity for your employees. In the Dial Number box, phone numbers can be manually dialed, or dialed by simply copying and pasting the number into ClickToCall. An internal list of extensions is also available - simply start typing the extension number or employee’s name and ClickToCall will dynamically list the internal extensions. Free for all customers using FluentCloud's award winning cloud telecommunications platform.
Βασικές Πληροφορίες Επέκτασης
Όνομα | FluentCloud ClicktoCall+ |
ID | clhaklmidadaojgdceilnimfepbebggd |
Επίσημο URL | https://chromewebstore.google.com/detail/fluentcloud-clicktocall+/clhaklmidadaojgdceilnimfepbebggd |
Περιγραφή | FluentCloud ClicktoCall+ enables instant dialing of phone numbers and display of live calls on the FluentStream Cloud Phone System. |
Μέγεθος Αρχείου | 1.52 MB |
Αριθμός Εγκαταστάσεων | 778 |
Τρέχουσα Έκδοση | 5.8.13 |
Τελευταία Ενημέρωση | 2024-03-02 |
Ημερομηνία Δημοσίευσης | 2020-06-10 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | fluentstream-technologies |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.fluentstream.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FluentCloud ClicktoCall+", "version": "5.8.13", "description": "FluentCloud ClicktoCall+ enables instant dialing of phone numbers and display of live calls on the FluentStream Cloud Phone System.", "manifest_version": 2, "browser_action": { "default_icon": "assets\/images\/fsicon19.png", "default_popup": "popup.html" }, "omnibox": { "keyword": "c2c" }, "web_accessible_resources": [ "assets\/images\/*.png", "assets\/images\/*.gif" ], "icons": { "19": "assets\/images\/fsicon19.png", "48": "assets\/images\/fsicon48.png", "128": "assets\/images\/fsicon128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "jquery.min.js", "pageController.js" ], "css": [ "style.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "identity", "management", "https:\/\/my.fluentcloud.com\/*", "notifications", "storage" ], "options_page": "options.html", "short_name": "ClicktoCall+", "content_security_policy": "script-src 'self' object-src 'self';", "background": { "scripts": [ "background.min.bundle.js" ] } } |