Datagenie

DataGenie is the most inexpensive & quickest way to get B2B contact data for sales, marketing and recruitment. Find and export…

什么是Datagenie?

Datagenie是由datagenieco开发的Chrome扩展程序,该扩展的主要功能是“DataGenie is the most inexpensive & quickest way to get B2B contact data for sales, marketing and recruitment. Find and export…”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Datagenie扩展crx文件

下载Datagenie扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        DataGenie is the most inexpensive & quickest way to get B2B contact data for sales, marketing and recruitment.

Find and export email addresses & phone numbers from LinkedIn profiles and from company websites. Simple to install and use.

Free trial | Community version | Various packages | Book a demo: https://www.datagenie.co

CONTACT LINKEDIN PROFILES DIRECTLY BY EMAIL

DataGenie provides verified email address & phone numbers straight from the LinkedIn tab.
Now you can download contact details from any LinkedIn profile without having to leave the browser. The extension also shows related contacts and their emails addresses and phone numbers.

FIND EMPLOYEE CONTACT DETAILS DIRECTLY FROM COMPANY WEBSITES

Relevant contacts with verified email addresses and phone numbers.
No more wasted hours researching employees contact details. Just open the company website and DataGenie browser extension does the rest.

WHY DATAGENIE?

>Because DataGenie is trusted, inexpensive and fantastically accurate. 
>Because it’s quick to set up, fast and easy-to-use. 
>Because the data is verified again, today, the moment you click to download.

REAL-TIME DATA VALIDATION
Data has a sell-by date. When you download data it should be fresh as the day it was sourced. When you choose your contact, the email address is checked again, in real-time, using email address validation algorithms. DataGenie uniquely performs a second verification of the email address using SMTP interrogation. No other contact data provider performs this extraordinary level of email address authentication, and at no extra cost

RECRUITMENT REVIEWS
Included in contact data are validated reviews by employers, vital for HR & recruiters.

TRY DATAGENIE FOR 10 DAYS FREE
No card details, no contract, no obligation. Just the basic details and off you go…

Any questions just call or email: [email protected]
Book a demo: https://www.datagenie.co
London: +44 (0) 207 609 2800  New York: +1 (0) 646 757 1645
https://www.facebook.com/datagenie.co/
https://twitter.com/DataGenieCo
https://www.linkedin.com/company/datagenie/                    

扩展基本信息

名称 Datagenie Datagenie
ID mnpfmcfgdahpdcdbaebpjlnhkanbphlk
官方URL https://chromewebstore.google.com/detail/datagenie/mnpfmcfgdahpdcdbaebpjlnhkanbphlk
简介 DataGenie is the most inexpensive & quickest way to get B2B contact data for sales, marketing and recruitment. Find and export…
文件大小 1.2 MB
安装次数 25
当前版本 9.3.4
更新时间 2022-08-27
上架时间 2021-03-16
评分 5.00/5 共5次评分
开发者 datagenieco
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.datagenie.co/
帮助页面URL https://www.datagenie.co/
隐私政策页面URL https://www.datagenie.co/privacy-policies
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Datagenie",
    "version": "9.3.4",
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popups.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.js",
                "contentScript.js",
                "searchDom.js"
            ],
            "css": [
                "css\/popup.css",
                "css\/jquery-ui.css",
                "css\/toastr.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.js",
                "contentScript.js",
                "searchDom.js"
            ],
            "css": [
                "css\/popup.css",
                "css\/jquery-ui.css",
                "css\/toastr.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.js",
                "contentScript.js",
                "searchDom.js"
            ],
            "css": [
                "css\/popup.css",
                "css\/jquery-ui.css",
                "css\/toastr.css"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}