Freshdesk Contact Center - Click to Call

Click to call your prospects or phone numbers on a webpage with this extension.

Τι είναι το Freshdesk Contact Center - Click to Call;

Το Freshdesk Contact Center - Click to Call είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ctc---internal, και η κύρια λειτουργία του είναι "Click to call your prospects or phone numbers on a webpage with this extension.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Freshdesk Contact Center - Click to Call

Λήψη αρχείων επέκτασης Freshdesk Contact Center - Click to Call σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Click to call from anywhere

Hate copy-pasting numbers every single time while making a call from a webpage? 

Here is a little something that can help you! 

“Click to Call” any phone number listed on a website you are browsing with Freshcaller. This Chrome extension highlights (in Fuchsia) the phone numbers on a website and displays the Freshcaller logo right there for you to place the call.

How do you Click to Call?

Install the chrome extension by clicking the Add to Chrome button listed on this page.
Sign in to your Freshcaller account from the overlay that opens up.
After a successful login, you will see the lock symbol disappear from the extension logo.
Now, you will see the phone number(s) on your web page highlighted(in Fuschia).
Click on the highlighted number to place the call.
The Freshcaller dial pad pops up for you to place the call right within the website.
And, there you go. You can click and call instantly via Freshcaller.

Feature capabilities

Instant communication:
Every highlighted number on a website is dialable without having to switch tabs

Custom preferences:
Exclude websites or pages on which you don’t want the phone numbers to be highlighted
Choose to hide or show the Freshcaller logo to appear beside the highlighted numbers

End to end coverage:
Identifies and highlights all the phone numbers listed on a webpage to make it convenient for you to dial the phone number that’s most relevant to you.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Freshdesk Contact Center - Click to Call Freshdesk Contact Center - Click to Call
ID lhpooekbhchbjkodlebdmapmmjpoophn
Επίσημο URL https://chromewebstore.google.com/detail/freshdesk-contact-center/lhpooekbhchbjkodlebdmapmmjpoophn
Περιγραφή Click to call your prospects or phone numbers on a webpage with this extension.
Μέγεθος Αρχείου 167 KB
Αριθμός Εγκαταστάσεων 1,618
Τρέχουσα Έκδοση 1.51
Τελευταία Ενημέρωση 2022-07-12
Ημερομηνία Δημοσίευσης 2020-05-31
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής ctc---internal
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.freshworks.com/privacy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Freshdesk Contact Center - Click to Call",
    "short_name": "Freshdesk Contact Center",
    "description": "Click to call your prospects or phone numbers on a webpage with this extension.",
    "version": "1.51",
    "permissions": [
        "storage",
        "contextMenus",
        "commands",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "css": [],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "images\/c2c-locked.png",
        "default_popup": "freshfone.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/logo.png",
        "style.css",
        "login.html",
        "jquery.min.js",
        "js\/widget-changes.js",
        "images\/spinner.gif",
        "css\/widget.css"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+9",
                "mac": "Command+Shift+9"
            },
            "description": "_execute_browser_action"
        }
    }
}