trellus
trellus
Τι είναι το trellus;
Το trellus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.trellus.ai, και η κύρια λειτουργία του είναι "trellus".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης trellus
Λήψη αρχείων επέκτασης trellus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Trellus is a powerful sales coaching tool that helps reps improve their performance in real-time 🚀!
By integrating with browser-based dialers and video conferencing platforms, Trellus is able to provide behavior suggestions to sales reps during cold calls 📞.
This can include advice to speak more slowly 🐢, to avoid talking too much without taking the time to listen to the customer 🤐, and to ask questions to better understand the customer's needs and concerns 🤔.
Trellus is an invaluable tool for sales teams looking to improve their performance and close more deals! 💰💪 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | enhpjjojmnlnaokmppkkifgaonfojigl |
| Επίσημο URL | https://chromewebstore.google.com/detail/trellus/enhpjjojmnlnaokmppkkifgaonfojigl |
| Περιγραφή | trellus |
| Μέγεθος Αρχείου | 290 KB |
| Αριθμός Εγκαταστάσεων | 1,544 |
| Τρέχουσα Έκδοση | 1.3.1.6 |
| Τελευταία Ενημέρωση | 2024-03-04 |
| Ημερομηνία Δημοσίευσης | 2022-09-27 |
| Αξιολόγηση | 4.98/5 Συνολικά 80 Αξιολογήσεις |
| Προγραμματιστής | https://www.trellus.ai |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://www.trellus.ai |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://www.trellus.ai |
| URL της Σελίδας Πολιτικής Απορρήτου | https://www.trellus.ai/terms |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "trellus",
"version": "1.3.1.6",
"description": "trellus",
"homepage_url": "https:\/\/trellus.ai",
"manifest_version": 3,
"background": {
"service_worker": "src\/ext\/background.js",
"type": "module"
},
"permissions": [
"storage",
"tabs",
"system.display"
],
"host_permissions": [
"*:\/\/app.salesloft.com\/*",
"*:\/\/orum.com\/*",
"*:\/\/web.outreach.io\/*",
"*:\/\/ringcentral.github.io\/ringcentral-embeddable\/*",
"*:\/\/app.hubspot.com\/*",
"*:\/\/app.apollo.io\/*",
"*:\/\/www.phoneburner.com\/dialer\/dial\/begin*",
"*:\/\/salesfinity.co\/*",
"*:\/\/*.connectandsell.com\/*",
"*:\/\/dialpad.com\/*",
"*:\/\/*.kixie.com\/*",
"*:\/\/*.salesforce.com\/*",
"*:\/\/*.force.com\/*"
],
"optional_permissions": [
"scripting"
],
"optional_host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/app.trellus.ai\/pages\/*"
],
"js": [
"src\/ext\/app-content-wrapper.js"
]
},
{
"matches": [
"*:\/\/app.salesloft.com\/*",
"*:\/\/web.outreach.io\/*",
"*:\/\/orum.com\/*",
"*:\/\/ringcentral.github.io\/ringcentral-embeddable\/*",
"*:\/\/app.hubspot.com\/calling\/*",
"*:\/\/app.apollo.io\/*",
"*:\/\/www.phoneburner.com\/dialer\/dial\/begin*",
"*:\/\/salesfinity.co\/*",
"*:\/\/*.connectandsell.com\/*",
"*:\/\/dialpad.com\/*",
"*:\/\/*.kixie.com\/*",
"*:\/\/*.salesforce.com\/*",
"*:\/\/*.force.com\/*"
],
"js": [
"src\/ext\/dialer-content-wrapper.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"action": {
"default_icon": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"*.png",
"*.js",
"*.css",
"*.html",
"*.svg"
],
"matches": [
" | |