Tribyl Conversation Planner

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

What is Tribyl Conversation Planner?

Tribyl Conversation Planner is a Chrome extension developed by Tribyl, and its main feature is "The Tribyl Conversation Planner is your GPS to find, accelerate and close more deals!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tribyl Conversation Planner Extension CRX File

Download Tribyl Conversation Planner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tribyl Conversation Planner Tribyl Conversation Planner
ID iedepnphoobcepajffmlcbjjadchmkdd
Official URL https://chromewebstore.google.com/detail/tribyl-conversation-plann/iedepnphoobcepajffmlcbjjadchmkdd
Description The Tribyl Conversation Planner is your GPS to find, accelerate and close more deals!
File Size 463 KB
Installation Count 31
Current Version 1.0.21
Last Updated 2023-03-09
Publish Date 2022-05-22
Developer Tribyl
Email [email protected]
Payment Type free
Privacy Policy Page URL https://tribyl.com/privacy-policy.html
Supported Languages 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"
    ]
}