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ファイルをダウンロード

Tribyl Conversation Planner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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