Bling Platform
This extension will allow click to call and add data to CRM
Was ist Bling Platform?
Bling Platform ist eine Chrome-Erweiterung, die von https://bling.cloud entwickelt wurde, und ihr Hauptmerkmal ist "This extension will allow click to call and add data to CRM".
Erweiterungsscreenshots
Bling Platform-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bling Platform-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Bling Platform |
ID | ghfinnhmbccfihkhblohjpjmfglkgjap |
Offizielle URL | https://chromewebstore.google.com/detail/bling-platform/ghfinnhmbccfihkhblohjpjmfglkgjap |
Beschreibung | This extension will allow click to call and add data to CRM |
Dateigröße | 62.54 KB |
Installationsanzahl | 43 |
Aktuelle Version | 1.0 |
Letztes Update | 2022-08-25 |
Veröffentlichungsdatum | 2022-08-25 |
Entwickler | https://bling.cloud |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.bling.cloud/ |
URL der Datenschutzrichtlinien-Seite | https://www.bling.cloud/privacypolicy |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |