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
公式URL 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
Eメール [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'"
    }
}