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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
}
]
} | |