trellus
trellus
Cos'è trellus?
trellus è un'estensione di Chrome sviluppata da https://www.trellus.ai, e la sua funzione principale è "trellus".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione trellus
Scarica i file di estensione trellus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! 💰💪 Informazioni di Base sull'Estensione
| Nome | |
| ID | enhpjjojmnlnaokmppkkifgaonfojigl |
| URL Ufficiale | https://chromewebstore.google.com/detail/trellus/enhpjjojmnlnaokmppkkifgaonfojigl |
| Descrizione | trellus |
| Dimensione del File | 290 KB |
| Conteggio Installazioni | 1,544 |
| Versione Corrente | 1.3.1.6 |
| Ultimo Aggiornamento | 2024-03-04 |
| Data di Pubblicazione | 2022-09-27 |
| Valutazione | 4.98/5 Totale 80 Valutazioni |
| Sviluppatore | https://www.trellus.ai |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.trellus.ai |
| URL della Pagina di Aiuto | https://www.trellus.ai |
| URL della Pagina della Politica sulla Privacy | https://www.trellus.ai/terms |
| Lingue Supportate | 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": [
" | |