ZoomInfo Engage Chrome Extension

Call and email contacts from ZoomInfo or Salesforce with one click.

什麼是ZoomInfo Engage Chrome Extension?

ZoomInfo Engage Chrome Extension是由zoominfo開發的Chrome擴展程式,該擴展的主要功能是“Call and email contacts from ZoomInfo or Salesforce with one click.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載ZoomInfo Engage Chrome Extension擴展crx文件

下載ZoomInfo Engage Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Tap into the power of ZoomInfo Engage with multi-channel prospecting campaigns, email templates, and sales dialer. The Engage Chrome Extension allows you to view lists in ZoomInfo or Salesforce and take immediate action:

- Create and schedule multi-channel prospecting campaigns with Salesflows
- Leverage email templates with dynamic fields to personalize at scale
- Call lists of prospects without interruption using the auto-dialing feature                    

擴展基本資訊

名稱 ZoomInfo Engage Chrome Extension ZoomInfo Engage Chrome Extension
ID mnbjlpbmllanehlpbgilmbjgocpmcijp
官方網址 https://chromewebstore.google.com/detail/zoominfo-engage-chrome-ex/mnbjlpbmllanehlpbgilmbjgocpmcijp
簡介 Call and email contacts from ZoomInfo or Salesforce with one click.
檔案大小 2.23 MB
安裝次數 29,583
目前版本 1.10.11
更新時間 2024-02-12
上架時間 2020-05-03
評分 2.67/5 共 15 次評分
開發者 zoominfo
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.zoominfo.com/business/about-zoominfo/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZoomInfo Engage Chrome Extension",
    "version": "1.10.11",
    "description": "Call and email contacts from ZoomInfo or Salesforce with one click.",
    "icons": {
        "16": "assets\/images\/16x16.png",
        "48": "assets\/images\/48x48.png",
        "128": "assets\/images\/128x128.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "action": {
        "default_icon": "assets\/images\/16x16.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.dynamics.com\/*",
        "https:\/\/*.force.com\/*",
        "https:\/\/app.zoominfo.com\/*",
        "https:\/\/dozi-staging.zoominfo.com\/*",
        "https:\/\/app-preprod.zoominfo.com\/*",
        "https:\/\/recruiter-app-staging.zoominfo.com\/*",
        "https:\/\/recruiter-app.zoominfo.com\/*",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.dynamics.com\/*",
                "https:\/\/*.force.com\/*",
                "https:\/\/app.zoominfo.com\/*",
                "https:\/\/dozi-staging.zoominfo.com\/*",
                "https:\/\/app-preprod.zoominfo.com\/*",
                "https:\/\/recruiter-app-staging.zoominfo.com\/*",
                "https:\/\/recruiter-app.zoominfo.com\/*"
            ],
            "js": [
                "main.js",
                "polyfills.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "main.js",
                "polyfills.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.dynamics.com\/*",
                "https:\/\/*.force.com\/*",
                "https:\/\/app.zoominfo.com\/*",
                "https:\/\/dozi-staging.zoominfo.com\/*",
                "https:\/\/app-preprod.zoominfo.com\/*",
                "https:\/\/recruiter-app-staging.zoominfo.com\/*",
                "https:\/\/recruiter-app.zoominfo.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}