BT Cloud Work for HubSpot

BT Cloud Work for HubSpot

BT Cloud Work for HubSpot란 무엇입니까?

BT Cloud Work for HubSpot은(는) RingCentral에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BT Cloud Work for HubSpot"입니다.

확장 프로그램 스크린샷

screenshot

BT Cloud Work for HubSpot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With BT Cloud Work for Hubspot, we embed key BT Cloud Work capabilities into your Hubspot CRM account, allowing you to get more work done and communicate directly from Hubspot.
 
Features
* Call controls: Leverage BT Cloud Work calling capabilities, answer inbound and make outbound calls without ever navigating away from Hubspot.
* Message hub: Access all BT Cloud Work text messages, voicemails, and faxes from one place. 
* Click-to-call and Click-to-SMS : Easily click HubSpot phone entries to call or text right within your browser or your BT Cloud Work chrome extension.
* Instant screen pop: When a call comes in, BT Cloud Work for Hubspot instantly responds; identifying the caller by their corresponding Hubspot record. If no record is available, you’ll get the option to easily add a new record as a contact.
* Association call logging: You may manually log calls with several associations. Be able to log a call under several associations, such as the contact, company, active deals, or tickets. You may also let the app log your calls automatically.
* Server side text logging: Support logging a message as Activity under several associations, such as a contact, company, active deals or tickets either automatically or manually. The app can log new texts received to your HubSpot record even when you are offline. 
* Analytics: Make custom reports, and view your BT Cloud Work data within Hubspot. Get actionable insights with invaluable metrics into individual and team performance.
* Work the way you want: There’s no software to download; you can log on and get access to BT Cloud Work for Hubspot from any PC or Mac.                    

확장 프로그램 기본 정보

이름 BT Cloud Work for HubSpot BT Cloud Work for HubSpot
ID ldbofaaciknhfapdijojedimbejgmnkk
공식 URL https://chromewebstore.google.com/detail/bt-cloud-work-for-hubspot/ldbofaaciknhfapdijojedimbejgmnkk
설명 BT Cloud Work for HubSpot
파일 크기 9.48 MB
설치 횟수 74
현재 버전 23.4.10
최근 업데이트 2023-10-20
출시 날짜 2023-01-11
개발자 RingCentral
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.ringcentral.com/legal/privacy-notice.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "23.4.10",
    "name": "BT Cloud Work for HubSpot",
    "description": "BT Cloud Work for HubSpot",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "background",
        "notifications",
        "storage",
        "system.display"
    ],
    "host_permissions": [
        "https:\/\/*.ringcentral.com\/*",
        "https:\/\/*.ringcentral.biz\/*"
    ],
    "action": [],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "redirect.html",
                "client.html",
                "popup.html",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hubspot.com\/*"
            ],
            "js": [
                ".\/content.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}