Bling Platform

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

什么是Bling Platform?

Bling Platform是由https://bling.cloud开发的Chrome扩展程序,该扩展的主要功能是“This extension will allow click to call and add data to CRM”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Bling Platform扩展crx文件

下载Bling Platform扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Bling Platform Bling Platform
ID ghfinnhmbccfihkhblohjpjmfglkgjap
官方URL https://chromewebstore.google.com/detail/bling-platform/ghfinnhmbccfihkhblohjpjmfglkgjap
简介 This extension will allow click to call and add data to CRM
文件大小 62.54 KB
安装次数 43
当前版本 1.0
更新时间 2022-08-25
上架时间 2022-08-25
开发者 https://bling.cloud
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.bling.cloud/
隐私政策页面URL https://www.bling.cloud/privacypolicy
支持的语言 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:\/\/*\/*"
    ]
}