VOIQ for Hubspot

With VOIQ, you can automate and outsource your sales calls with our professional agents directly from Hubspot.

VOIQ for Hubspotคืออะไร?

VOIQ for Hubspot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://app.voiq.com และคุณลักษณะหลักของมันคือ "With VOIQ, you can automate and outsource your sales calls with our professional agents directly from Hubspot."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        It happened to email. Now it’s happening to calls. With VOIQ, you can finally automate your call tasks and sequences from within your CRM with live sales professionals. 

VOIQ integrates into Hubspot to automate, scale and track sales prospecting calls with a click of a button, powered by our professional sales agents. 
 
All you have to do is turn on the VOIQ chrome extension. 

It’s as easy as going to your contact profile, clicking on the “VOIQ calls for me” button, selecting your one-off call campaign, and automatically you have hundreds of trained sales agents making qualification calls for you and filling your calendar with appointments. 

You can stop your one-off call campaign at any time by clicking on “stop calling”. 

All call activity will be logged on the timeline of each of your leads. You’ll be able to listen to the calls directly from the timeline, and use the audios to monitor progress. With all this information, your sales team won’t miss a beat and will be aware of each call attempt made.

VOIQ makes it impossible to avoid, forget or ignore making prospecting calls.

VOIQ - Scale Sales not SDRs                    

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

ชื่อ VOIQ for Hubspot VOIQ for Hubspot
ID akffhoccbfohjfahijppoembgagpeknm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/voiq-for-hubspot/akffhoccbfohjfahijppoembgagpeknm
คำอธิบาย With VOIQ, you can automate and outsource your sales calls with our professional agents directly from Hubspot.
ขนาดไฟล์ 249 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 0.5.2
อัปเดตครั้งล่าสุด 2017-03-16
วันที่เผยแพร่ 2017-03-16
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://app.voiq.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.voiq.com
URL หน้านโยบายความเป็นส่วนตัว https://www.voiq.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VOIQ for Hubspot",
    "short_name": "VOIQ",
    "version": "0.5.2",
    "homepage_url": "https:\/\/www.voiq.com\/",
    "description": "With VOIQ, you can automate and outsource your sales calls with our professional agents directly from Hubspot.",
    "icons": {
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "libs\/jquery.min.js",
            "libs\/lodash.js",
            "libs\/URI.js",
            "js\/consts.js",
            "js\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "libs\/jquery.min.js",
                "libs\/lodash.js",
                "libs\/URI.js",
                "js\/consts.js",
                "js\/content-scripts\/panel.js",
                "js\/content-scripts\/main.js",
                "js\/content-scripts\/providers\/hubspot.js"
            ],
            "matches": [
                "https:\/\/*.hubspot.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "css\/fonts\/*.ttf",
        "css\/fonts\/*.otf"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/api.voiq.com\/*"
        ]
    },
    "browser_action": {
        "default_title": "VOIQ",
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "identity",
        "storage",
        "https:\/\/api.voiq.com\/"
    ]
}