TACQ AI | Linkedin Prospecting

Ultimate LinkedIn AI Tool for Smart, Elevated Lead Generation! Built for Sales and Recruitment.

TACQ AI | Linkedin Prospectingคืออะไร?

TACQ AI | Linkedin Prospecting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tacq.ai และคุณลักษณะหลักของมันคือ "Ultimate LinkedIn AI Tool for Smart, Elevated Lead Generation! Built for Sales and Recruitment."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TACQ AI | Linkedin Prospecting

ดาวน์โหลดไฟล์ส่วนขยาย TACQ AI | Linkedin Prospecting ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Convert Linkedin Search Results into Leads

Enlist | Enrich | Export

🌟 Rank LinkedIn search results
📈 List Millions of Prospects without visiting their profiles
🔍 Find Contact Information in Bulk
⬇️ Download Linkedin Profiles with emails + other Information including (Contact Info, Work Experience and Education)

- Save your Linkedin Search Results 
- Enrich with contact information
- Download Lists


#linkedin_Automation
#LinkedinLead
#linkedinsales                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TACQ AI | Linkedin Prospecting TACQ AI | Linkedin Prospecting
ID ccpcojggodkhjbjahddhcaobkhlaaanl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tacq-ai-linkedin-prospect/ccpcojggodkhjbjahddhcaobkhlaaanl
คำอธิบาย Ultimate LinkedIn AI Tool for Smart, Elevated Lead Generation! Built for Sales and Recruitment.
ขนาดไฟล์ 120 KB
จำนวนการติดตั้ง 136
เวอร์ชันปัจจุบัน 1.4.4
อัปเดตครั้งล่าสุด 2023-12-04
วันที่เผยแพร่ 2023-02-20
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://tacq.ai
อีเมล support@tacq.ai
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://aiquestpro.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TACQ AI | Linkedin Prospecting",
    "description": "Ultimate LinkedIn AI Tool for Smart, Elevated Lead Generation! Built for Sales and Recruitment. ",
    "version": "1.4.4",
    "action": {
        "default_title": "TACQ LinkedIn Sourcing",
        "default_icon": {
            "16": "16.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "activeTab",
        "unlimitedStorage",
        "tabs",
        "storage",
        "background",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/linkedin.com\/*",
                "https:\/\/linkedin.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "http:\/\/34.125.253.78:9000\/*",
                "http:\/\/*.tacq.ai\/*",
                "http:\/\/tacq.ai\/*",
                "https:\/\/*.tacq.ai\/*",
                "https:\/\/tacq.ai\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content-script.css"
            ],
            "matches": [
                "http:\/\/linkedin.com\/*",
                "https:\/\/linkedin.com\/*",
                "https:\/\/*.linkedin.com\/*"
            ]
        }
    ]
}