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