Logimeter Click to Call

The Logimeter Click to Call extension allows a User to highlight a number on a web page and request a call is made to it.

Hvad er Logimeter Click to Call?

Logimeter Click to Call er en Chrome-udvidelse udviklet af Logimeter, og dens hovedfunktion er "The Logimeter Click to Call extension allows a User to highlight a number on a web page and request a call is made to it.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Logimeter Click to Call-udvidelses-CRX-fil

Download Logimeter Click to Call-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Logimeter Click to Call Extension allows you to dial any number from a web page in your Chrome browser without any integration.
 
The Logimeter Click to Call extension allows a User to highlight a number and request a call be made to it. Logimeter will first call the User's phone and invite them to speak to the highlighted number by pressing 1 on their dial pad. When 1 is pressed, the highlighted number is contacted and the two parties are connected.
 
All calls are recorded and the call records and recordings are made available in a Logimeter web dashboard called xTracker. Users receive access to this web dashboard when they register for the Logimeter Click to Call service
 
This service is currently only available in South Africa.
 
Is your team working from home?
 
With the Logimeter Click to Call you will have all the metrics required to measure your team activity, regardless of their location. 
 
You will know how your customers are being dealt with by listening to the call recordings. Plus you will not need to invest in cellular contracts for your users as the calls come into the user’s phone and connect them to the desired number. Therefore all the billing is done centrally. 
 
With the Logimeter web dashboard xTracker, you will also be able to see the activity of each team member, and with the added Post Call Survey function you can capture additional information that captures and displays the call outcomes. To get started, install the extension, pin it to your taskbar and click on the red phone icon..

To use the service, you first need to open an account with Logimeter. To do this, you need to click on the Click to Call Registration email link and you will receive an email response from the Logimeter sales team. 
 
When you have signed an agreement and opened your account, you will be emailed your Username and will be asked to create a password.
 
When you have [email protected] this process you enter your username, password and whichever phone number you wish to receive your requested calls on. Once this is completed you will receive the login successful popup.
When you see a telephone number you wish to call via the extension, you right click on the number and the  pop-up will display.
You will see it includes the number you entered when you registered for the service. If you wish to edit the number the service calls, you can change it at any time.
 
Once you click on ‘Call’ your entered phone number will ring and when you answer it,  Press 1 on your phone and the selected number will be called. If you do not press 1, the service will not call the requested number.
 
If you have any issues with this service please send an email to [email protected] and a case will be opened and assigned to a support representative. Logimeter will get back to you asap.                    

Grundlæggende oplysninger om udvidelsen

Navn Logimeter Click to Call Logimeter Click to Call
ID cmgcgpemdaebldholicdimbdcbmfjidg
Officiel URL https://chromewebstore.google.com/detail/logimeter-click-to-call/cmgcgpemdaebldholicdimbdcbmfjidg
Beskrivelse The Logimeter Click to Call extension allows a User to highlight a number on a web page and request a call is made to it.
Filstørrelse 920 KB
Antal Installationer 373
Nuværende Version 1.0.8
Senest Opdateret 2023-07-20
Udgivelsesdato 2021-11-29
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Logimeter
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.logimeter.com
Hjælpeside-URL https://www.logimeter.com
URL til Fortrolighedspolitik Side https://www.logimeter.com/privacy-policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Logimeter Click to Call",
    "description": "The Logimeter Click to Call extension allows a User to highlight a number on a web page and request a call is made to it.",
    "version": "1.0.8",
    "manifest_version": 2,
    "minimum_chrome_version": "23",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "assets\/image\/logo_transparent.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/SIPml-api.js",
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/image\/logo_transparent.png",
        "32": "assets\/image\/logo_transparent.png",
        "48": "assets\/image\/logo_transparent.png",
        "128": "assets\/image\/logo_transparent.png"
    },
    "permissions": [
        "https:\/\/api.logimeter.com\/",
        "contextMenus",
        "storage",
        "background"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js"
            ]
        }
    ]
}