D&B Hoovers Everywhere

Boost sales productivity with access to Dun & Bradstreet's company and contact data within your web browser.

什么是D&B Hoovers Everywhere?

D&B Hoovers Everywhere是由Dun & Bradstreet开发的Chrome扩展程序,该扩展的主要功能是“Boost sales productivity with access to Dun & Bradstreet's company and contact data within your web browser.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载D&B Hoovers Everywhere扩展crx文件

下载D&B Hoovers Everywhere扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Access the power of Dun & Bradstreet’s Data Cloud on any website with D&B Hoovers Everywhere. All D&B Hoovers users can now access critical business information on 250M+ companies and 300M+ contacts from within Google Chrome. 

Identify Your Best Customers
Qualify opportunities and pinpoint your ideal prospects with instant access to business critical information within your web browser

Find Decision Makers
Leverage direct contact information to find key decision makers at a target company

Engage with Relevance
Engage with the right message at the right time with access to 70+ Trigger Events that highlight recent events and activities the company has undergone or undertaken                    

扩展基本信息

名称 D&B Hoovers Everywhere D&B Hoovers Everywhere
ID pebnpgoaniejancjohabmmjjecfmggai
官方URL https://chromewebstore.google.com/detail/db-hoovers-everywhere/pebnpgoaniejancjohabmmjjecfmggai
简介 Boost sales productivity with access to Dun & Bradstreet's company and contact data within your web browser.
文件大小 25.55 KB
安装次数 3,205
当前版本 3.1.0
更新时间 2024-01-25
上架时间 2022-09-16
评分 5.00/5 共2次评分
开发者 Dun & Bradstreet
电子邮箱 [email protected]
付费类型 free
扩展官网 https://hoovers-everywhere.dnb.com/chrome-ext-install/index.html
帮助页面URL https://service.dnb.com
隐私政策页面URL https://www.dnb.com/utility-pages/privacy-policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "D&B Hoovers Everywhere",
    "version": "3.1.0",
    "manifest_version": 3,
    "description": "Boost sales productivity with access to Dun & Bradstreet's company and contact data within your web browser.",
    "author": "",
    "icons": {
        "128": "images\/dnb.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/app.avention.com\/*",
                "https:\/\/app.dnbhoovers.com\/*",
                "https:\/\/dnb.onelogin.com\/*",
                "https:\/\/www.dnb.onelogin.com\/*",
                "https:\/\/www.myaccount.google.com\/*",
                "https:\/\/myaccount.google.com\/*",
                "https:\/\/www.accounts.google.com\/*",
                "https:\/\/accounts.google.com\/*",
                "https:\/\/*.hoovers.dnb.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/content_script.js",
                "js\/draggable.js"
            ]
        }
    ],
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/DB_AMPERSAND_Pantone.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}