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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kennected Data is a powerful tool designed to supercharge your sales prospecting and lead generation efforts by allowing you to…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kennected Data एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}