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是由Kennected开发的Chrome扩展程序,该扩展的主要功能是“Kennected Data is a powerful tool designed to supercharge your sales prospecting and lead generation efforts by allowing you to…”。

扩展截图

screenshot
screenshot
screenshot

下载Kennected Data扩展crx文件

下载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\/*"
    ]
}