Kennected Data

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

Hvad er Kennected Data?

Kennected Data er en Chrome-udvidelse udviklet af Kennected, og dens hovedfunktion er "Kennected Data is a powerful tool designed to supercharge your sales prospecting and lead generation efforts by allowing you to…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Kennected Data-udvidelses-CRX-fil

Download Kennected Data-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Kennected Data Kennected Data
ID hpdojhgdpnkfmbcbeihefpenbohjcnln
Officiel URL https://chromewebstore.google.com/detail/kennected-data/hpdojhgdpnkfmbcbeihefpenbohjcnln
Beskrivelse Kennected Data is a powerful tool designed to supercharge your sales prospecting and lead generation efforts by allowing you to…
Filstørrelse 1.37 MB
Antal Installationer 80
Nuværende Version 1.0.4
Senest Opdateret 2023-10-03
Udgivelsesdato 2023-09-02
Bedømmelse 5.00/5 Samlet 16 Bedømmelser
Udvikler Kennected
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://kennected.io
Hjælpeside-URL https://kennected.io/contact-support/
URL til Fortrolighedspolitik Side https://kennected.io/privacy-policy
Understøttede Sprog 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\/*"
    ]
}