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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dun & Bradstreet, και η κύρια λειτουργία του είναι "Boost sales productivity with access to Dun & Bradstreet's company and contact data within your web browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης D&B Hoovers Everywhere

Λήψη αρχείων επέκτασης 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:\/\/*\/*"
    ]
}