RingCentral for HubSpot

RingCentral for HubSpot

RingCentral for HubSpotคืออะไร?

RingCentral for HubSpot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RingCentral และคุณลักษณะหลักของมันคือ "RingCentral for HubSpot"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RingCentral for HubSpot

ดาวน์โหลดไฟล์ส่วนขยาย RingCentral for HubSpot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With RingCentral for Hubspot, we embed key RingCentral capabilities into your Hubspot CRM account, allowing you to get more work done and communicate directly from Hubspot.
 
Features
* Call controls: Leverage RingCentral calling capabilities, answer inbound and make outbound calls without ever navigating away from Hubspot.
* Message Hub: Access all RingCentral 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 RingCentral chrome extension.
* Instant screen pop: When a call comes in, RingCentral 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 RingCentral 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 RingCentral for Hubspot from any PC or Mac.
 
Documentation
User guide
https://netstorage.ringcentral.com/guides/hubspot_user_guide.pdf
Administrator guide
https://netstorage.ringcentral.com/guides/hubspot_admin_guide.pdf                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RingCentral for HubSpot RingCentral for HubSpot
ID dogdgmomajhncdopjdijiabedklfampi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ringcentral-for-hubspot/dogdgmomajhncdopjdijiabedklfampi
คำอธิบาย RingCentral for HubSpot
ขนาดไฟล์ 10.2 MB
จำนวนการติดตั้ง 14,571
เวอร์ชันปัจจุบัน 24.1.30
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2021-11-17
คะแนน 3.00/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา 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": "24.1.30",
    "name": "RingCentral for HubSpot",
    "description": "RingCentral 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'"
    }
}