Tribyl Conversation Planner

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

Τι είναι το Tribyl Conversation Planner;

Το Tribyl Conversation Planner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tribyl, και η κύρια λειτουργία του είναι "The Tribyl Conversation Planner is your GPS to find, accelerate and close more deals!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tribyl Conversation Planner

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    ]
}