Bling Platform
This extension will allow click to call and add data to CRM
¿Qué es Bling Platform?
Bling Platform es una extensión de Chrome desarrollada por https://bling.cloud, y su función principal es "This extension will allow click to call and add data to CRM".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bling Platform
Descarga archivos de extensión Bling Platform en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Bling Platform |
ID | ghfinnhmbccfihkhblohjpjmfglkgjap |
URL Oficial | https://chromewebstore.google.com/detail/bling-platform/ghfinnhmbccfihkhblohjpjmfglkgjap |
Descripción | This extension will allow click to call and add data to CRM |
Tamaño del Archivo | 62.54 KB |
Cantidad de Instalaciones | 43 |
Versión Actual | 1.0 |
Última Actualización | 2022-08-25 |
Fecha de Publicación | 2022-08-25 |
Desarrollador | https://bling.cloud |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.bling.cloud/ |
URL de la Página de Política de Privacidad | https://www.bling.cloud/privacypolicy |
Idiomas Soportados | 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:\/\/*\/*" ] } |