Whisbi Agent

Login to Whisbi easily

Τι είναι το Whisbi Agent;

Το Whisbi Agent είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://whisbi.com, και η κύρια λειτουργία του είναι "Login to Whisbi easily".

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

screenshot

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

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

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

                        Whisbi Agent Desktop is the easiest way to convert leads into customers. The extension gives stability and access to sales tools during the sales process so that the sales agents can drive sales conversation while working from home, in a call centre or in a retail store. 



We provide agents with easy-to-use sales tools to qualify leads and convert those leads into customers. The video-sharing tools in the Agent Desktop instantly create memorable experiences for your customers and is proven to increase the likelihood of a purchase.

Agents working at home, from call centres, retail shops or car dealerships are expected to be flexible, mobile and efficient. The Agent Desktop handles phone calls, video sharing and network connectivity with easy one-touch navigation.

What’s new?


- Engage customers in real-time with by sharing your camera, websites and your showroom
- Secure notes

- Bookmarks for your workflow

- One-touch handling of incoming and scheduled calls
- Session management tools to capture results and lead data



Please contact Whisbi for training and upgrades from your existing assisted sales service.                    

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

Όνομα Whisbi Agent Whisbi Agent
ID fkbfclgoighmhoofjfgkcfgedfejgboh
Επίσημο URL https://chromewebstore.google.com/detail/whisbi-agent/fkbfclgoighmhoofjfgkcfgedfejgboh
Περιγραφή Login to Whisbi easily
Μέγεθος Αρχείου 48.92 KB
Αριθμός Εγκαταστάσεων 2,387
Τρέχουσα Έκδοση 0.4.6
Τελευταία Ενημέρωση 2022-05-31
Ημερομηνία Δημοσίευσης 2019-12-05
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://whisbi.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.whisbi.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.helpcenter.whisbi.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.whisbi.com/privacy-policy
Υποστηριζόμενες Γλώσσες en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.4.6",
    "description": "__MSG_extDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "notifications",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "http:\/\/localhost\/*",
            "https:\/\/localhost\/*",
            "https:\/\/agent.whisbi.com\/*",
            "https:\/\/pre-agent.whisbi.com\/*",
            "https:\/\/gl-agent.whisbi.com\/*",
            "https:\/\/*.whisbi.com\/*"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": false
    }
}