Bling Platform

This extension will allow click to call and add data to CRM

What is Bling Platform?

Bling Platform is a Chrome extension developed by https://bling.cloud, and its main feature is "This extension will allow click to call and add data to CRM".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Bling Platform Extension CRX File

Download Bling Platform 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

                        Quickly launch the Bling Application to dial any phone number available on a website.

With Bling’s Click to Call feature, you don’t have to worry about copying and pasting a phone number from a website to the Bling Dialpad. With this feature, you can simply highlight the phone number you want to dial with your mouse cursor and then click on the Bling Extension Icon on your Chrome Browser. Bling will immediately place that call and will automatically update the call records and your CRM inside your Bling Portal. This feature is designed to significantly reduce the time you spend in dialing a phone number on the web.

Bling’s Click to Call feature also lets you update any call related information during the live call without needing to open the complete Bling Application.

If you have any questions, please contact: [email protected] or visit our website : www.bling.cloud.                    

Extension Basic Information

Name Bling Platform Bling Platform
ID ghfinnhmbccfihkhblohjpjmfglkgjap
Official URL https://chromewebstore.google.com/detail/bling-platform/ghfinnhmbccfihkhblohjpjmfglkgjap
Description This extension will allow click to call and add data to CRM
File Size 62.54 KB
Installation Count 43
Current Version 1.0
Last Updated 2022-08-25
Publish Date 2022-08-25
Developer https://bling.cloud
Email [email protected]
Payment Type free
Extension Website https://www.bling.cloud/
Privacy Policy Page URL https://www.bling.cloud/privacypolicy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bling Platform",
    "description": "This extension will allow click to call and add data to CRM",
    "version": "1.0",
    "action": {
        "default_icon": "bling_icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}