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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.datagenie.co/
عنوان صفحة سياسة الخصوصية 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"
            }
        }
    }
}