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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.kickfire.com, και η κύρια λειτουργία του είναι "A one-click sales automation tool designed to streamline the B2B prospecting process".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης KickFire Prospector - Free Prospecting Tool

Λήψη αρχείων επέκτασης KickFire Prospector - Free Prospecting Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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\/"
    ]
}