KickFire Prospector - Free Prospecting Tool

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

What is KickFire Prospector - Free Prospecting Tool?

KickFire Prospector - Free Prospecting Tool is a Chrome extension developed by https://www.kickfire.com, and its main feature is "A one-click sales automation tool designed to streamline the B2B prospecting process".

Extension Screenshots

screenshot
screenshot

Download KickFire Prospector - Free Prospecting Tool Extension CRX File

Download KickFire Prospector - Free Prospecting Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name KickFire Prospector - Free Prospecting Tool KickFire Prospector - Free Prospecting Tool
ID iabcgdheblcbhefaoeghadjeaklhakdb
Official URL https://chromewebstore.google.com/detail/kickfire-prospector-free/iabcgdheblcbhefaoeghadjeaklhakdb
Description A one-click sales automation tool designed to streamline the B2B prospecting process
File Size 164 KB
Installation Count 1,318
Current Version 1.1.12
Last Updated 2022-08-02
Publish Date 2018-10-22
Rating 4.79/5 Total 28 Ratings
Developer https://www.kickfire.com
Email [email protected]
Payment Type free
Extension Website https://www.kickfire.com
Supported Languages 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\/"
    ]
}