Bling Platform
This extension will allow click to call and add data to CRM
Cos'è Bling Platform?
Bling Platform è un'estensione di Chrome sviluppata da https://bling.cloud, e la sua funzione principale è "This extension will allow click to call and add data to CRM".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bling Platform
Scarica i file di estensione Bling Platform in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Bling Platform |
ID | ghfinnhmbccfihkhblohjpjmfglkgjap |
URL Ufficiale | https://chromewebstore.google.com/detail/bling-platform/ghfinnhmbccfihkhblohjpjmfglkgjap |
Descrizione | This extension will allow click to call and add data to CRM |
Dimensione del File | 62.54 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-08-25 |
Data di Pubblicazione | 2022-08-25 |
Sviluppatore | https://bling.cloud |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.bling.cloud/ |
URL della Pagina della Politica sulla Privacy | https://www.bling.cloud/privacypolicy |
Lingue Supportate | 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:\/\/*\/*" ] } |