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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
    ]
}