Datagenie

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

Qu'est-ce que Datagenie ?

Datagenie est une extension Chrome développée par datagenieco, et sa fonction principale est "DataGenie is the most inexpensive & quickest way to get B2B contact data for sales, marketing and recruitment. Find and export…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Datagenie

Téléchargez les fichiers d'extension Datagenie au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Datagenie Datagenie
ID mnpfmcfgdahpdcdbaebpjlnhkanbphlk
URL Officiel 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…
Taille du Fichier 1.2 MB
Nombre d'Installations 25
Version Actuelle 9.3.4
Dernière Mise à Jour 2022-08-27
Date de Publication 2021-03-16
Évaluation 5.00/5 Total 5 Évaluations
Développeur datagenieco
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.datagenie.co/
URL de la Page d'Aide https://www.datagenie.co/
URL de la Page de Politique de Confidentialité https://www.datagenie.co/privacy-policies
Langues Prises en Charge 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"
            }
        }
    }
}