KickFire Prospector - Free Prospecting Tool

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

Apa itu KickFire Prospector - Free Prospecting Tool?

KickFire Prospector - Free Prospecting Tool adalah ekstensi Chrome yang dikembangkan oleh https://www.kickfire.com, dan fitur utamanya adalah "A one-click sales automation tool designed to streamline the B2B prospecting process".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi KickFire Prospector - Free Prospecting Tool

Unduh file ekstensi KickFire Prospector - Free Prospecting Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama KickFire Prospector - Free Prospecting Tool KickFire Prospector - Free Prospecting Tool
ID iabcgdheblcbhefaoeghadjeaklhakdb
URL Resmi https://chromewebstore.google.com/detail/kickfire-prospector-free/iabcgdheblcbhefaoeghadjeaklhakdb
Deskripsi A one-click sales automation tool designed to streamline the B2B prospecting process
Ukuran File 164 KB
Jumlah Instalasi 1,318
Versi Saat Ini 1.1.12
Terakhir Diperbarui 2022-08-02
Tanggal Publikasi 2018-10-22
Penilaian 4.79/5 Total 28 Penilaian
Pengembang https://www.kickfire.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.kickfire.com
Bahasa yang Didukung 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\/"
    ]
}