Office@Hand for HubSpot

Office@Hand for HubSpot

Office@Hand for HubSpot là gì?

Office@Hand for HubSpot là một tiện ích mở rộng Chrome được phát triển bởi RingCentral, và tính năng chính của nó là "Office@Hand for HubSpot".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Office@Hand for HubSpot

Tải xuống các tệp mở rộng Office@Hand for HubSpot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With AT&T Office@Hand for Hubspot, we embed key AT&T Office@Hand capabilities into your Hubspot CRM account, allowing you to get more work done and communicate directly from Hubspot.
 
Features
* Call controls: Leverage AT&T Office@Hand calling capabilities, answer inbound and make outbound calls without ever navigating away from Hubspot.
* Message hub: Access all AT&T Office@Hand 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 AT&T Office@Hand chrome extension.
* Instant screen pop: When a call comes in, AT&T Office@Hand 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 AT&T Office@Hand 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 AT&T Office@Hand for Hubspot from any PC or Mac.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Office@Hand for HubSpot Office@Hand for HubSpot
ID clingkejbbdgieddnomdfcnajaefpgfc
URL Chính Thức https://chromewebstore.google.com/detail/officehand-for-hubspot/clingkejbbdgieddnomdfcnajaefpgfc
Mô tả Office@Hand for HubSpot
Kích Thước Tệp 9.59 MB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 23.4.10
Cập Nhật Lần Cuối 2023-10-24
Ngày Phát Hành 2023-01-11
Nhà Phát Triển RingCentral
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.ringcentral.com/legal/privacy-notice.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "23.4.10",
    "name": "Office@Hand for HubSpot",
    "description": "Office@Hand 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'"
    }
}