Bling Platform

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

Hvad er Bling Platform?

Bling Platform er en Chrome-udvidelse udviklet af https://bling.cloud, og dens hovedfunktion er "This extension will allow click to call and add data to CRM".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Bling Platform-udvidelses-CRX-fil

Download Bling Platform-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Bling Platform Bling Platform
ID ghfinnhmbccfihkhblohjpjmfglkgjap
Officiel URL https://chromewebstore.google.com/detail/bling-platform/ghfinnhmbccfihkhblohjpjmfglkgjap
Beskrivelse This extension will allow click to call and add data to CRM
Filstørrelse 62.54 KB
Antal Installationer 43
Nuværende Version 1.0
Senest Opdateret 2022-08-25
Udgivelsesdato 2022-08-25
Udvikler https://bling.cloud
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.bling.cloud/
URL til Fortrolighedspolitik Side https://www.bling.cloud/privacypolicy
Understøttede Sprog 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:\/\/*\/*"
    ]
}