TACQ AI | Linkedin Prospecting
Ultimate LinkedIn AI Tool for Smart, Elevated Lead Generation! Built for Sales and Recruitment.
Co je TACQ AI | Linkedin Prospecting?
TACQ AI | Linkedin Prospecting je rozšíření Chrome vyvinuté https://tacq.ai, a jeho hlavní funkcí je „Ultimate LinkedIn AI Tool for Smart, Elevated Lead Generation! Built for Sales and Recruitment.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TACQ AI | Linkedin Prospecting
Stáhněte si soubory rozšíření TACQ AI | Linkedin Prospecting ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 Základní Informace o Rozšíření
| Název | |
| ID | ccpcojggodkhjbjahddhcaobkhlaaanl |
| Oficiální URL | https://chromewebstore.google.com/detail/tacq-ai-linkedin-prospect/ccpcojggodkhjbjahddhcaobkhlaaanl |
| Popis | Ultimate LinkedIn AI Tool for Smart, Elevated Lead Generation! Built for Sales and Recruitment. |
| Velikost souboru | 120 KB |
| Počet instalací | 136 |
| Aktuální Verze | 1.4.4 |
| Poslední Aktualizace | 2023-12-04 |
| Datum Vydání | 2023-02-20 |
| Hodnocení | 3.67/5 Celkem 3 Hodnocení |
| Vývojář | https://tacq.ai |
| [email protected] | |
| Typ Platby | free |
| URL Stránky Zásad Ochrany Soukromí | https://aiquestpro.com/privacy-policy |
| Podporované Jazyky | 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\/*"
]
}
]
} | |