Whisbi Agent

Login to Whisbi easily

Whisbi Agent क्या है?

Whisbi Agent https://whisbi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Login to Whisbi easily"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Whisbi Agent एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
    }
}