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
官方網址 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:\/\/*\/*"
    ]
}