Kennected Data

Kennected Data is a powerful tool designed to supercharge your sales prospecting and lead generation efforts by allowing you to…

Τι είναι το Kennected Data;

Το Kennected Data είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kennected, και η κύρια λειτουργία του είναι "Kennected Data is a powerful tool designed to supercharge your sales prospecting and lead generation efforts by allowing you to…".

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

screenshot
screenshot
screenshot

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

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

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

                        Kennected Data is a powerful tool designed to supercharge your sales prospecting and lead generation efforts by allowing you to quickly and effortlessly fill your pipeline with the valuable data you need to convert prospects into customers.

Our extension was designed with our motto of “Save Time, Simplify Opportunity” in mind. Ensure you have a constant flow of quality prospects by utilizing our seamless integration with popular CRMs to extract and export essential contact and company information right from your browser.

Using our SalesAI technology, you can identify and prospect similar companies to maximize the breadth of your outreach with the click of a button!

Streamline your lead generation process with Kennected Data and take your sales prospecting to new heights. Maximize your pipeline with high-quality data and empower your sales team to drive meaningful conversations and close more deals.                    

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

Όνομα Kennected Data Kennected Data
ID hpdojhgdpnkfmbcbeihefpenbohjcnln
Επίσημο URL https://chromewebstore.google.com/detail/kennected-data/hpdojhgdpnkfmbcbeihefpenbohjcnln
Περιγραφή Kennected Data is a powerful tool designed to supercharge your sales prospecting and lead generation efforts by allowing you to…
Μέγεθος Αρχείου 1.37 MB
Αριθμός Εγκαταστάσεων 80
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2023-10-03
Ημερομηνία Δημοσίευσης 2023-09-02
Αξιολόγηση 5.00/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής Kennected
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://kennected.io
Διεύθυνση URL της Σελίδας Βοήθειας https://kennected.io/contact-support/
URL της Σελίδας Πολιτικής Απορρήτου https://kennected.io/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kennected Data",
    "version": "1.0.4",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "alarms",
        "tabs",
        "identity",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.kennected.app\/*"
    ]
}