Bling Platform

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

Τι είναι το Bling Platform;

Το Bling Platform είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bling.cloud, και η κύρια λειτουργία του είναι "This extension will allow click to call and add data to CRM".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bling Platform

Λήψη αρχείων επέκτασης Bling Platform σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Bling Platform Bling Platform
ID ghfinnhmbccfihkhblohjpjmfglkgjap
Επίσημο URL https://chromewebstore.google.com/detail/bling-platform/ghfinnhmbccfihkhblohjpjmfglkgjap
Περιγραφή This extension will allow click to call and add data to CRM
Μέγεθος Αρχείου 62.54 KB
Αριθμός Εγκαταστάσεων 43
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-08-25
Ημερομηνία Δημοσίευσης 2022-08-25
Προγραμματιστής https://bling.cloud
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.bling.cloud/
URL της Σελίδας Πολιτικής Απορρήτου https://www.bling.cloud/privacypolicy
Υποστηριζόμενες Γλώσσες 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:\/\/*\/*"
    ]
}