Labelcall - Business Caller Id

Chrome extension integrated with Labelcall app that shows caller data in the notifications.

What is Labelcall - Business Caller Id?

Labelcall - Business Caller Id is a Chrome extension developed by Labelcall, and its main feature is "Chrome extension integrated with Labelcall app that shows caller data in the notifications.".

Extension Screenshots

screenshot
screenshot

Download Labelcall - Business Caller Id Extension CRX File

Download Labelcall - Business Caller Id extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chrome extension integrated with Labelcall app that shows caller data in the notifications.

Labelcall chrome plugin

Labelcall is Business Caller ID app that displays information about a customer calling you. Instead of answering anonymous call, you can greet your customer with his name and offer him exactly what he is looking for, before he asks a first question.

A noteworthy extension of our application is the Google Chrome plugin, thanks to which, along with the incoming connection, information about the customer’s status is displayed on the computer. The plugin allows you to go to order details efficiently, displays key information that allows you to shorten the after-sales service time. You only need a few clicks to connect your data with Labelcall and have all the necessary clients’ details.                    

Extension Basic Information

Name Labelcall - Business Caller Id Labelcall - Business Caller Id
ID ppdieijdkeanilddpijdafbaeldbcodh
Official URL https://chromewebstore.google.com/detail/labelcall-business-caller/ppdieijdkeanilddpijdafbaeldbcodh
Description Chrome extension integrated with Labelcall app that shows caller data in the notifications.
File Size 170 KB
Installation Count 80
Current Version 1.1
Last Updated 2021-06-02
Publish Date 2021-05-11
Rating 5.00/5 Total 4 Ratings
Developer Labelcall
Email [email protected]
Payment Type free
Extension Website https://labelcall.com
Privacy Policy Page URL https://labelcall.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Labelcall - Business Caller Id",
    "description": "Chrome extension integrated with Labelcall app that shows caller data in the notifications.",
    "version": "1.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications",
        ""
    ]
}