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은(는) https://tacq.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ultimate LinkedIn AI Tool for Smart, Elevated Lead Generation! Built for Sales and Recruitment."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

TACQ AI | Linkedin Prospecting 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [email protected]
결제 유형 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\/*"
            ]
        }
    ]
}