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.”。
擴展截圖
下載TACQ AI | Linkedin Prospecting擴展crx文件
下載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 |
ID | ccpcojggodkhjbjahddhcaobkhlaaanl |
官方網址 | 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\/*" ] } ] } |