TELUS Business Connect for HubSpot

TELUS Business Connect for HubSpot

Vad är TELUS Business Connect for HubSpot?

TELUS Business Connect for HubSpot är en Chrome-tillägg utvecklad av RingCentral, och dess huvudfunktion är "TELUS Business Connect for HubSpot".

Tilläggsskärmbilder

screenshot

Ladda ner TELUS Business Connect for HubSpot-förlängningens CRX-fil

Ladda ner TELUS Business Connect for HubSpot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn TELUS Business Connect for HubSpot TELUS Business Connect for HubSpot
ID fhncpllbpbfeihiibllhgghfmcbgmpfg
Officiell webbadress https://chromewebstore.google.com/detail/telus-business-connect-fo/fhncpllbpbfeihiibllhgghfmcbgmpfg
Beskrivning TELUS Business Connect for HubSpot
Filstorlek 9.49 MB
Antal Installationer 88
Aktuell Version 23.4.10
Senast Uppdaterad 2023-10-20
Publiceringsdatum 2023-01-11
Utvecklare RingCentral
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.ringcentral.com/legal/privacy-notice.html
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "23.4.10",
    "name": "TELUS Business Connect for HubSpot",
    "description": "TELUS Business Connect 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'"
    }
}