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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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