D&B Hoovers Everywhere

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

O que é D&B Hoovers Everywhere?

D&B Hoovers Everywhere é uma extensão do Chrome desenvolvida por Dun & Bradstreet, e sua principal característica é "Boost sales productivity with access to Dun & Bradstreet's company and contact data within your web browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão D&B Hoovers Everywhere

Baixe arquivos de extensão D&B Hoovers Everywhere no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome D&B Hoovers Everywhere D&B Hoovers Everywhere
ID pebnpgoaniejancjohabmmjjecfmggai
URL Oficial https://chromewebstore.google.com/detail/db-hoovers-everywhere/pebnpgoaniejancjohabmmjjecfmggai
Descrição Boost sales productivity with access to Dun & Bradstreet's company and contact data within your web browser.
Tamanho do Arquivo 25.55 KB
Contagem de Instalações 3,205
Versão Atual 3.1.0
Última Atualização 2024-01-25
Data de Publicação 2022-09-16
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Dun & Bradstreet
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hoovers-everywhere.dnb.com/chrome-ext-install/index.html
URL da Página de Ajuda https://service.dnb.com
URL da Página de Política de Privacidade https://www.dnb.com/utility-pages/privacy-policy.html
Idiomas Suportados 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:\/\/*\/*"
    ]
}