Datagenie

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

What is Datagenie?

Datagenie is a Chrome extension developed by datagenieco, and its main feature is "DataGenie is the most inexpensive & quickest way to get B2B contact data for sales, marketing and recruitment. Find and export…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Datagenie Extension CRX File

Download Datagenie extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Datagenie Datagenie
ID mnpfmcfgdahpdcdbaebpjlnhkanbphlk
Official URL https://chromewebstore.google.com/detail/datagenie/mnpfmcfgdahpdcdbaebpjlnhkanbphlk
Description DataGenie is the most inexpensive & quickest way to get B2B contact data for sales, marketing and recruitment. Find and export…
File Size 1.2 MB
Installation Count 25
Current Version 9.3.4
Last Updated 2022-08-27
Publish Date 2021-03-16
Rating 5.00/5 Total 5 Ratings
Developer datagenieco
Email [email protected]
Payment Type free
Extension Website https://www.datagenie.co/
Help Page URL https://www.datagenie.co/
Privacy Policy Page URL https://www.datagenie.co/privacy-policies
Supported Languages 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"
            }
        }
    }
}