KickFire Prospector - Free Prospecting Tool

A one-click sales automation tool designed to streamline the B2B prospecting process

Qu'est-ce que KickFire Prospector - Free Prospecting Tool ?

KickFire Prospector - Free Prospecting Tool est une extension Chrome développée par https://www.kickfire.com, et sa fonction principale est "A one-click sales automation tool designed to streamline the B2B prospecting process".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension KickFire Prospector - Free Prospecting Tool

Téléchargez les fichiers d'extension KickFire Prospector - Free Prospecting Tool 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

                        KickFire Prospector is the fastest way to build qualified prospect lists with detailed company information. Without leaving a website, you will save valuable prospecting time by accessing the entire KickFire platform from within your browser.

KickFire Prospector delivers:
- Verified company information, including revenue, industry, employees, and social profiles
- Accurate list building & one-click push to CRM
- Currently used web technologies

Download now!                    

Informations de Base sur l'Extension

Nom KickFire Prospector - Free Prospecting Tool KickFire Prospector - Free Prospecting Tool
ID iabcgdheblcbhefaoeghadjeaklhakdb
URL Officiel https://chromewebstore.google.com/detail/kickfire-prospector-free/iabcgdheblcbhefaoeghadjeaklhakdb
Description A one-click sales automation tool designed to streamline the B2B prospecting process
Taille du Fichier 164 KB
Nombre d'Installations 1,318
Version Actuelle 1.1.12
Dernière Mise à Jour 2022-08-02
Date de Publication 2018-10-22
Évaluation 4.79/5 Total 28 Évaluations
Développeur https://www.kickfire.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.kickfire.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KickFire Prospector - Free Prospecting Tool",
    "short_name": "KickFire",
    "version": "1.1.12",
    "description": "A one-click sales automation tool designed to streamline the B2B prospecting process",
    "author": "Hoa Brothers",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": "icons\/19x19.png",
        "default_title": "KickFire",
        "default_popup": "browseraction\/popup.html"
    },
    "background": {
        "scripts": [
            "jquery-2.1.1.min.js",
            "jquery-ui.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "jquery-ui.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "webNavigation",
        "storage",
        "https:\/\/id.kickfire.com\/",
        "https:\/\/intent.kickfire.com\/",
        "https:\/\/www.kickfire.com\/"
    ]
}