trellus
trellus
什麼是trellus?
trellus是由https://www.trellus.ai開發的Chrome擴展程式,該擴展的主要功能是“trellus”。
擴展截圖
下載trellus擴展crx文件
下載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 |
| 官方網址 | 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": [
" | |