ZoomInfo Engage Chrome Extension
Call and email contacts from ZoomInfo or Salesforce with one click.
ZoomInfo Engage Chrome Extension क्या है?
ZoomInfo Engage Chrome Extension zoominfo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Call and email contacts from ZoomInfo or Salesforce with one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ZoomInfo Engage Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'" } } |