Bling Platform

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

O que é Bling Platform?

Bling Platform é uma extensão do Chrome desenvolvida por https://bling.cloud, e sua principal característica é "This extension will allow click to call and add data to CRM".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bling Platform

Baixe arquivos de extensão Bling Platform no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Bling Platform Bling Platform
ID ghfinnhmbccfihkhblohjpjmfglkgjap
URL Oficial https://chromewebstore.google.com/detail/bling-platform/ghfinnhmbccfihkhblohjpjmfglkgjap
Descrição This extension will allow click to call and add data to CRM
Tamanho do Arquivo 62.54 KB
Contagem de Instalações 43
Versão Atual 1.0
Última Atualização 2022-08-25
Data de Publicação 2022-08-25
Desenvolvedor https://bling.cloud
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.bling.cloud/
URL da Página de Política de Privacidade https://www.bling.cloud/privacypolicy
Idiomas Suportados 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:\/\/*\/*"
    ]
}