Tribyl Conversation Planner

The Tribyl Conversation Planner is your GPS to find, accelerate and close more deals!

Tribyl Conversation Planner란 무엇입니까?

Tribyl Conversation Planner은(는) Tribyl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Tribyl Conversation Planner is your GPS to find, accelerate and close more deals!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tribyl Conversation Planner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Tribyl Conversation Planner equips Reps with what to say and ask, based on what worked for their peers in similar deals.

With 1-click, Reps become Buyer experts -- across industries, personas, segments, regions, products.

Say goodbye to generic discovery questions.  Lead with a point of view, become a trusted advisor, motivate buyers to act.

Tribyl surfaces these insights by using NLP/ML to mine sales conversations (emails, calls, documents, notes)

Here's what Rob Lewis, veteran Qualtrics Sales Leader, has to say:

“To succeed, sellers must have a deep understanding of the Buyer and their circumstances. You can’t just ask, ‘What keeps you up at night?’ and expect to get there. Sellers must use insightful questions to determine how they can add value and help.

Learning from other deals and use cases is a critical part of winning with more efficiency and confidence. The ability to codify and share this tribal knowledge at scale has always remained elusive. Until now.”

You must be an existing Tribyl customer, and be signed in for the extension to work.                    

확장 프로그램 기본 정보

이름 Tribyl Conversation Planner Tribyl Conversation Planner
ID iedepnphoobcepajffmlcbjjadchmkdd
공식 URL https://chromewebstore.google.com/detail/tribyl-conversation-plann/iedepnphoobcepajffmlcbjjadchmkdd
설명 The Tribyl Conversation Planner is your GPS to find, accelerate and close more deals!
파일 크기 463 KB
설치 횟수 31
현재 버전 1.0.21
최근 업데이트 2023-03-09
출시 날짜 2022-05-22
개발자 Tribyl
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://tribyl.com/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The Tribyl Conversation Planner is your GPS to find, accelerate and close more deals!",
    "version": "1.0.21",
    "manifest_version": 3,
    "name": "Tribyl Conversation Planner",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*"
        ]
    },
    "action": {
        "16": "icon-16.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage",
        "system.display"
    ]
}