ZoomInfo Chrome Extension

Access ZoomInfo's best-in-class contact and company data on any website using our Chrome Extension. Free for ZoomInfo customers.

ZoomInfo Chrome Extensionคืออะไร?

ZoomInfo Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.zoominfo.com และคุณลักษณะหลักของมันคือ "Access ZoomInfo's best-in-class contact and company data on any website using our Chrome Extension. Free for ZoomInfo customers."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZoomInfo Chrome Extension

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

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

                        📣Tap into ZoomInfo’s industry-best B2B contact and company data on any website using our Chrome Extension. Free for ZoomInfo SalesOS and TalentOS customers!

Unlock Insights. Engage Customers. Win Faster.

👊 Sellers 

💥Fueled by ZoomInfo's premier B2B intelligence platform, you can effortlessly retrieve phone numbers, email addresses, and key buying signals without navigating away from your current tab. 

🔍Identify leads on LinkedIn or company websites and seamlessly send prospects an email or add them to an automated sequence, all within the ZoomInfo Chrome Extension.

💫Say goodbye to manual data entry. Export your searches to Salesforce, Outreach, HubSpot, or any of our 70+ compatible integrations.

👋 Recruiters 

📱Supercharge your sourcing with direct contact information for millions of candidates — all without leaving LinkedIn, Indeed, or company websites. 

✅ Add qualified candidates to an automated email sequence or a Project in TalentOS and manage your search by applying tags to candidates or companies. 
 
🖱Export lists of candidates from ZoomInfo's best-in-class data solution to your ATS with one click.

💘 What our customers are saying: 

“ZoomInfo’s Chrome Extension with LinkedIn does a superb job in providing valuable information during our search for both accounts and contacts.” – Workfront

“The ZoomInfo Chrome Extension is great because I can visit a company's website and find a person to contact and their phone number almost instantly.” – L.L. Bean

“The ZoomInfo Chrome Extension is a time-saver, allowing me to add company and contact data with just a few clicks. I have been able to close more deals faster with ZoomInfo.” – Tipalti

“I like that I can add someone to my Talentflow with a click of a button. It’s like, do you want to add this guy to a Talentflow? Absolutely, yes I do!” - Baker Growth Specialists                    

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

ชื่อ ZoomInfo Chrome Extension ZoomInfo Chrome Extension
ID fofjcndophjadilglgimelemjkjblgpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zoominfo-chrome-extension/fofjcndophjadilglgimelemjkjblgpf
คำอธิบาย Access ZoomInfo's best-in-class contact and company data on any website using our Chrome Extension. Free for ZoomInfo customers.
ขนาดไฟล์ 810 KB
จำนวนการติดตั้ง 372,169
เวอร์ชันปัจจุบัน 11.4.2
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2020-06-12
คะแนน 4.15/5 รวมทั้งหมด 270 คะแนน
ผู้พัฒนา https://www.zoominfo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://app.zoominfo.com/
URL หน้าช่วยเหลือ https://www.zoominfo.com/about/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.zoominfo.com/business/about-zoominfo/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ZoomInfo Chrome Extension",
    "version": "11.4.2",
    "description": "Access ZoomInfo's best-in-class contact and company data on any website using our Chrome Extension. Free for ZoomInfo customers.",
    "action": {
        "default_icon": "assets\/image\/16x16.png"
    },
    "icons": {
        "16": "assets\/image\/16x16.png",
        "48": "assets\/image\/48x48.png",
        "128": "assets\/image\/128x128.png"
    },
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/www.google.com\/_\/chrome\/newtab*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "index.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*-dev.zoominfo.com*",
                "*-staging.zoominfo.com*",
                "*-regression.zoominfo.com*",
                "*app.zoominfo.com*",
                "*apps.zoominfo.com*",
                "*admin.zoominfo.com*",
                "*-preprod.zoominfo.com*",
                "*-pre-prd.zoominfo.com*",
                "*login.zoominfo.com*"
            ],
            "js": [
                "index.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.zoominfo.com\/*",
            "*:\/\/*.chorus.ai\/*"
        ]
    }
}