D&B Hoovers Everywhere

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

Vad är D&B Hoovers Everywhere?

D&B Hoovers Everywhere är en Chrome-tillägg utvecklad av Dun & Bradstreet, och dess huvudfunktion är "Boost sales productivity with access to Dun & Bradstreet's company and contact data within your web browser.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner D&B Hoovers Everywhere-förlängningens CRX-fil

Ladda ner D&B Hoovers Everywhere-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn D&B Hoovers Everywhere D&B Hoovers Everywhere
ID pebnpgoaniejancjohabmmjjecfmggai
Officiell webbadress https://chromewebstore.google.com/detail/db-hoovers-everywhere/pebnpgoaniejancjohabmmjjecfmggai
Beskrivning Boost sales productivity with access to Dun & Bradstreet's company and contact data within your web browser.
Filstorlek 25.55 KB
Antal Installationer 3,205
Aktuell Version 3.1.0
Senast Uppdaterad 2024-01-25
Publiceringsdatum 2022-09-16
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Dun & Bradstreet
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://hoovers-everywhere.dnb.com/chrome-ext-install/index.html
Hjälpsida URL https://service.dnb.com
URL till Sekretesspolicy Sidan https://www.dnb.com/utility-pages/privacy-policy.html
Stödda Språk 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:\/\/*\/*"
    ]
}