Kennected Data

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

Qu'est-ce que Kennected Data ?

Kennected Data est une extension Chrome développée par Kennected, et sa fonction principale est "Kennected Data is a powerful tool designed to supercharge your sales prospecting and lead generation efforts by allowing you to…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Kennected Data

Téléchargez les fichiers d'extension Kennected Data au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Kennected Data Kennected Data
ID hpdojhgdpnkfmbcbeihefpenbohjcnln
URL Officiel https://chromewebstore.google.com/detail/kennected-data/hpdojhgdpnkfmbcbeihefpenbohjcnln
Description Kennected Data is a powerful tool designed to supercharge your sales prospecting and lead generation efforts by allowing you to…
Taille du Fichier 1.37 MB
Nombre d'Installations 80
Version Actuelle 1.0.4
Dernière Mise à Jour 2023-10-03
Date de Publication 2023-09-02
Évaluation 5.00/5 Total 16 Évaluations
Développeur Kennected
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://kennected.io
URL de la Page d'Aide https://kennected.io/contact-support/
URL de la Page de Politique de Confidentialité https://kennected.io/privacy-policy
Langues Prises en Charge 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\/*"
    ]
}