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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
    ]
}