Whisbi Agent

Login to Whisbi easily

Whisbi Agent란 무엇입니까?

Whisbi Agent은(는) https://whisbi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Login to Whisbi easily"입니다.

확장 프로그램 스크린샷

screenshot

Whisbi Agent 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}