Dealfront Connect

Screen websites, LinkedIn and more to find relevant companies & contacts in seconds — completely GDPR-compliant for Europe!

Dealfront Connect là gì?

Dealfront Connect là một tiện ích mở rộng Chrome được phát triển bởi https://dealfront.com, và tính năng chính của nó là "Screen websites, LinkedIn and more to find relevant companies & contacts in seconds — completely GDPR-compliant for Europe!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dealfront Connect

Tải xuống các tệp mở rộng Dealfront Connect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Expand your browser with a GDPR-compliant B2B database. Prospecting made easy: See companies and business contacts directly on company websites. Forget about time-consuming research and receive relevant information for your sales & marketing. 

 
Your advantages with Connect: 

✓ Time Saving: Instead of long searches, the Connect browser extension shows you all relevant company information & contact persons directly in your web browser 

✓ Exclusive Information: Thanks to AI and data from trade registers, you can even find information that is not apparent at first glance. 

✓ Up-to-date Company Data: Dealfront updates records automatically in the background 

✓ True Compliance: GDPR-compliant & software made in Germany 

✓ Deep Data: The most precise B2B data coverage for Europe 

✓ Desired Workflow: Easy synchronization with your CRM, Sales Engagement Tool or other systems 

 
With the Dealfront Chrome Extension you’ll be able to: 
 
★ Simplify your prospecting:  

Connect gets straight to the point: Save yourself precious research time on websites and get all the important company and contact information to the website you’re currently visiting. This includes: 

▪ Address 

▪ Industry 

▪ Company description 

▪ Contact data (e.g. phones numbers, email addresses) 

▪ Employees 

▪ Social media profiles 

▪ and more 
 

The "copy to clipboard" function helps you to quickly transfer data to your own systems. Do you need more information?  

 
Then simply switch to the 360° company profile in Dealfront Connect and find trade register information, financials, sales trigger events and much more! 
 

★ Get in touch with the right person immediately via the email address and the telephone number (with quick dial function) you can reach prospects quickly and easily with just one click. 

★ Discover contacts & companies on: 

▪ Company websites  

▪ LinkedIn profiles 

▪ LinkedIn company profiles 

▪ Xing profiles 

▪ Xing company profiles 

▪ Suggestions to Google search results 

★ Find more companies & contacts 

An empty search field enables you to find company and contacts in the Dealfront database from all over Europe. Get the most important information at one glance and completely GDPR-compliant! 

★ Organize companies & contacts in lists 

Get the overview: Save individual companies and contacts in one or more lists (incl. favorites list). You can rename or delete these at any time. 

★ Synchronize data with your CRM system 

Easily configure a connection to your CRM system. With Webhooks, you can easily send company and contact data to your CRM, Sales Engagement Tool and more.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dealfront Connect Dealfront Connect
ID bbioibipebcopenpbhfceogfjknmjbpl
URL Chính Thức https://chromewebstore.google.com/detail/dealfront-connect/bbioibipebcopenpbhfceogfjknmjbpl
Mô tả Screen websites, LinkedIn and more to find relevant companies & contacts in seconds — completely GDPR-compliant for Europe!
Kích Thước Tệp 3.15 MB
Số Lần Cài Đặt 1,300
Phiên Bản Hiện Tại 4.0.4
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2017-10-13
Đánh Giá 4.96/5 Tổng số 23 Đánh Giá
Nhà Phát Triển https://dealfront.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.dealfront.com/connect/
URL Trang Trợ Giúp https://help.dealfront.com/
URL Trang Chính Sách Bảo Mật https://www.dealfront.com/privacy-notice
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dealfront Connect",
    "description": "__MSG_extensionDescription__",
    "version": "4.0.4",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "assets\/images\/icon-16x16.png",
        "48": "assets\/images\/icon-48x48.png",
        "128": "assets\/images\/icon-128x128.png"
    },
    "background": {
        "service_worker": "src\/background\/index.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.linkedin.com\/*",
                "*:\/\/linkedin.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/mail.google.com\/*",
                "*:\/\/app.dealfront.com\/x\/*",
                "*:\/\/app.dealfront.com\/private-api\/*"
            ],
            "exclude_matches": [],
            "js": [
                "src\/content-scripts\/index.js"
            ],
            "css": [
                "assets\/styles\/content-script.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "action": {
        "default_title": "Dealfront Connect",
        "default_popup": "src\/popup\/index.html",
        "default_icon": {
            "16": "assets\/images\/icon-16x16.png",
            "48": "assets\/images\/icon-48x48.png",
            "128": "assets\/images\/icon-128x128.png"
        }
    },
    "host_permissions": [
        "*:\/\/www.linkedin.com\/*",
        "*:\/\/linkedin.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/app.dealfront.com\/x\/*",
        "*:\/\/app.dealfront.com\/private-api\/*",
        "*:\/\/mail.google.com\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "scripting",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/fonts\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/styles\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "src\/content-scripts\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "src\/popup\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version_name": "4.0.4",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnL3Od8aytanAFQgUoT7a6zJINIYjI0stIJVapQVO3mXhGEzfb2wCm2E++Q7ws80FyWvkAtSYKLypKEhDywFe+VwtHpR2XvWOb6zlQUHoQ\/ffH97L72FFHNseUj3W88udSmfUZkqht2CIuHq3fxejwaMGds+msz5LWWOpBcrD4BHKSYxxuuAhBXbUeWV2g29zTSUjJ+wDYoU8+XlnTCjqGKmWeWtDvlrPA7yY7iP+YKH0CeHaYawzATsKKIqq8Lxgs00ZvnSsx17JcY79WW3PwHCtkJeBjsdP\/b2+TAkmeBWMuraS\/\/8Q3Jbs6fJmBv9RFo6EBgfKoId4IhmUOerFsQIDAQAB"
}