Bling Platform

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

Bling Platformคืออะไร?

Bling Platform เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bling.cloud และคุณลักษณะหลักของมันคือ "This extension will allow click to call and add data to CRM"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bling Platform

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*"
    ]
}