LeadDesk Talk

A plugin for recognizing phone numbers for LeadDesk.

LeadDesk Talk क्या है?

LeadDesk Talk LeadDesk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A plugin for recognizing phone numbers for LeadDesk."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LeadDesk Talk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        LeadDesk Talk
-----------------
LeadDesk Talk is a lighter version of LeadDesk, the software that agents use for calling and data handling. It can be integrated with any CRM system or used with the latest Chrome web browser. LeadDesk Talk excels at fast click-to-call dialing. The application recognizes all phone numbers displayed in the browser window and places a small green phone icon next to them. Upon mouse-over, the number is highlighted and can be dialed automatically with just one click. After clicking the number, a call dialogue pops up and indicates that the call is on its way.

LeadDesk Talk can also be used for manual calling via a numeric keypad. The activities of LeadDesk agents and their calls, campaigns, statistics etc. can be managed and monitored from the powerful LeadDesk Admin interface. LeadDesk Button integrates seamlessly with all other LeadDesk products.

Company
-----------
LeadDesk is the fast-growing Finnish company that makes Europe’s #1 telesales software for sales and sales-oriented customer service organizations. The service is used by over 10,000 professionals in 34 countries on a daily basis. LeadDesk clients include small and large companies that use LeadDesk to make over 6 million calls per week.

Know your customers.
LeadDesk enables easy and effective management of contact data, seamless integration of new contacts, and advanced call handling, proven to increase your call success.

Boost your sales.
LeadDesk helps you run more efficient campaigns with more effective calls, and advanced reporting and monitoring, so you develop your sales process and grow your business.                    

एक्सटेंशन की मूल जानकारी

नाम LeadDesk Talk LeadDesk Talk
ID mjgiimfdgnpbgkepacffhdpjbbfmcgnp
आधिकारिक URL https://chromewebstore.google.com/detail/leaddesk-talk/mjgiimfdgnpbgkepacffhdpjbbfmcgnp
विवरण A plugin for recognizing phone numbers for LeadDesk.
फ़ाइल का आकार 69.94 KB
स्थापना संख्या 809
वर्तमान संस्करण 23.47
अंतिम अपडेट 2023-11-22
प्रकाशन तिथि 2019-02-17
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर LeadDesk
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://leaddesk.com/contact-center-dialer-modes/click-to-call/
सहायता पृष्ठ URL http://support.leaddesk.com/hc/en-us
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LeadDesk Talk",
    "version": "23.47",
    "default_locale": "en_US",
    "description": "A plugin for recognizing phone numbers for LeadDesk.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "LeadDesk Oy",
    "background": {
        "scripts": [
            "js\/prefManager.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "css": [
                "css\/callManagerPro.css"
            ],
            "js": [
                "libs\/jquery.js",
                "js\/callManagerPro.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/bar_icon19.png",
            "38": "icons\/bar_icon38.png"
        }
    },
    "options_ui": {
        "page": "html\/options.html"
    },
    "offline_enabled": false,
    "permissions": [
        "tabs",
        "http:\/\/login.leaddesk.com\/buttons\/patterns\/patterns.xml",
        "https:\/\/login.leaddesk.com\/",
        "https:\/\/support.leaddesk.com\/"
    ]
}