Datanyze Chrome Extension

Access contact and company data directly from LinkedIn

Τι είναι το Datanyze Chrome Extension;

Το Datanyze Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.datanyze.com, και η κύρια λειτουργία του είναι "Access contact and company data directly from LinkedIn".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

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

Λήψη αρχείων επέκτασης Datanyze Chrome Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Hot Contact Data 
on Cold Prospects

🔥 Find and connect with B2B sales prospects within minutes using the Datanyze Google Chrome Extension.

Start a free trial today and receive B2B contact details directly from LinkedIn, keeping your prospecting fresh and your sales pipeline hot.

❄️ Capture data from the places you prospect the most
Get contact information, including email addresses, direct dial and mobile numbers directly from LinkedIn profiles and company websites, without leaving your browser

💰 Coverage and quality you can count on
With data on-file for over 120 million contacts, including over 84 million email addresses and 48 million direct dial numbers, you’ll quickly find and connect with your next customer

🔎 Search and connect with prospects, at scale
Don’t waste time using prospecting tools that can’t capture details for a bulk list of contacts. When you click to see all employees for a company on LinkedIn, Datanyze provides all of their contact information directly on the page

Break the Ice, Not the Bank. Heat up your sales pipeline with Datanyze today!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Datanyze Chrome Extension Datanyze Chrome Extension
ID mlholfadgbpidekmhdibonbjhdmpmafd
Επίσημο URL https://chromewebstore.google.com/detail/datanyze-chrome-extension/mlholfadgbpidekmhdibonbjhdmpmafd
Περιγραφή Access contact and company data directly from LinkedIn
Μέγεθος Αρχείου 1.56 MB
Αριθμός Εγκαταστάσεων 54,093
Τρέχουσα Έκδοση 6.8.5
Τελευταία Ενημέρωση 2024-02-29
Ημερομηνία Δημοσίευσης 2020-03-17
Αξιολόγηση 4.03/5 Συνολικά 214 Αξιολογήσεις
Προγραμματιστής https://www.datanyze.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.datanyze.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.datanyze.com/help-center
URL της Σελίδας Πολιτικής Απορρήτου https://www.datanyze.com/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Datanyze Chrome Extension",
    "version": "6.8.5",
    "description": "Access contact and company data directly from LinkedIn",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "cookies",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/logo-icon_16X16.png",
        "48": "assets\/logo-icon_48X48.png",
        "128": "assets\/logo-icon_128X128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "assets\/favicon_on-icon.png",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "css": [
                "assets\/styles\/label.css",
                "assets\/styles\/loader.css",
                "assets\/styles\/indicator.css"
            ],
            "js": [
                "contentScript.js",
                "vendor.js",
                "runtime.js",
                "assets\/js\/drag.minify.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}