TACQ AI | Linkedin Prospecting

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

Was ist TACQ AI | Linkedin Prospecting?

TACQ AI | Linkedin Prospecting ist eine Chrome-Erweiterung, die von https://tacq.ai entwickelt wurde, und ihr Hauptmerkmal ist "Ultimate LinkedIn AI Tool for Smart, Elevated Lead Generation! Built for Sales and Recruitment.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

TACQ AI | Linkedin Prospecting-Erweiterungs-CRX-Datei herunterladen

Laden Sie TACQ AI | Linkedin Prospecting-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name TACQ AI | Linkedin Prospecting TACQ AI | Linkedin Prospecting
ID ccpcojggodkhjbjahddhcaobkhlaaanl
Offizielle URL https://chromewebstore.google.com/detail/tacq-ai-linkedin-prospect/ccpcojggodkhjbjahddhcaobkhlaaanl
Beschreibung Ultimate LinkedIn AI Tool for Smart, Elevated Lead Generation! Built for Sales and Recruitment.
Dateigröße 120 KB
Installationsanzahl 136
Aktuelle Version 1.4.4
Letztes Update 2023-12-04
Veröffentlichungsdatum 2023-02-20
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://tacq.ai
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://aiquestpro.com/privacy-policy
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}