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."입니다.
확장 프로그램 스크린샷
ZoomInfo Engage Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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'" } } |