Datagenie

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

Τι είναι το Datagenie;

Το Datagenie είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον datagenieco, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης Datagenie

Λήψη αρχείων επέκτασης 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"
            }
        }
    }
}