Whisbi Agent

Login to Whisbi easily

Whisbi Agentとは何ですか?

Whisbi Agentはhttps://whisbi.comによって開発されたChromeの拡張機能で、その主な機能は「Login to Whisbi easily」です。

拡張機能のスクリーンショット

screenshot

Whisbi Agent拡張機能のCRXファイルをダウンロード

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
Eメール [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
    }
}