trellus

trellus

trellus란 무엇입니까?

trellus은(는) https://www.trellus.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "trellus"입니다.

확장 프로그램 스크린샷

screenshot

trellus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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! 💰💪                    

확장 프로그램 기본 정보

이름 trellus trellus
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": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/app.trellus.ai\/*"
        ]
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}