KickFire Prospector - Free Prospecting Tool

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

KickFire Prospector - Free Prospecting Tool क्या है?

KickFire Prospector - Free Prospecting Tool https://www.kickfire.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A one-click sales automation tool designed to streamline the B2B prospecting process"।

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

screenshot
screenshot

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

crx प्रारूप में KickFire Prospector - Free Prospecting Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम KickFire Prospector - Free Prospecting Tool KickFire Prospector - Free Prospecting Tool
ID iabcgdheblcbhefaoeghadjeaklhakdb
आधिकारिक URL https://chromewebstore.google.com/detail/kickfire-prospector-free/iabcgdheblcbhefaoeghadjeaklhakdb
विवरण A one-click sales automation tool designed to streamline the B2B prospecting process
फ़ाइल का आकार 164 KB
स्थापना संख्या 1,318
वर्तमान संस्करण 1.1.12
अंतिम अपडेट 2022-08-02
प्रकाशन तिथि 2018-10-22
रेटिंग 4.79/5 कुल 28 रेटिंग्स
डेवलपर https://www.kickfire.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.kickfire.com
समर्थित भाषाएँ 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\/"
    ]
}