Auto Connect for LinkedIn™ - LeadRadar
Saving 75% of your work time in LinkedIn outreach by LinkedIn Auto Connect Tool, and ensuring you leave the office on time.
Auto Connect for LinkedIn™ - LeadRadarคืออะไร?
Auto Connect for LinkedIn™ - LeadRadar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย campbel3837 และคุณลักษณะหลักของมันคือ "Saving 75% of your work time in LinkedIn outreach by LinkedIn Auto Connect Tool, and ensuring you leave the office on time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Connect for LinkedIn™ - LeadRadar
ดาวน์โหลดไฟล์ส่วนขยาย Auto Connect for LinkedIn™ - LeadRadar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension will help to send LinkedIn auto connections and personalized bulk messages to B2B prospecting. Features: ● An Automation Tool ○ Compatible with Personal, Sales Navigator, Premium and Recruiter lite accounts. ○ Automation software for bulk connect & bulk messages. ● A safe LinkedIn leads generator tool ○ Safety is first focus of LinkedRadar - it is designed for 100% simulation of human activity. ● LinkedIn Auto Connect & Autopilot ○ Send personalized connection requests to 2nd connections and 3rd connections. It is respected as a good Autopilot extension. ● LinkedIn Auto Message sender ○ Send mass message to hundreds of 1st connection in bulk. And it is a safe auto message extension. ● Prospecting Templates ○ Experts help you create templates with high converting. Increase the response rate of your automated messaging! ● Contacts export ○ If you want to save contacts to excel/csv for further use. You can simply click one button to export contacts to excel. Custom Service WhatsApp: +86 180 2303 4541 LinkedIn is a trademark of LinkedIn Inc., registered in the U.S. and other countries. This is an independent project and has no relationship to LinkedIn or LinkedIn Inc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto Connect for LinkedIn™ - LeadRadar |
ID | mliipdijmfmbnemagicfibpffnejhcki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-connect-for-linkedin/mliipdijmfmbnemagicfibpffnejhcki |
คำอธิบาย | Saving 75% of your work time in LinkedIn outreach by LinkedIn Auto Connect Tool, and ensuring you leave the office on time. |
ขนาดไฟล์ | 2.74 MB |
จำนวนการติดตั้ง | 1,676 |
เวอร์ชันปัจจุบัน | 1.6.6 |
อัปเดตครั้งล่าสุด | 2024-03-01 |
วันที่เผยแพร่ | 2022-09-23 |
คะแนน | 5.00/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | campbel3837 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://linkedradar.com/ |
URL หน้าช่วยเหลือ | https://linkedradar.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://linkedradar.com/linkedin-email-finder-private-policy |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "version": "1.6.6", "description": "__MSG_extDesc__", "icons": { "128": "icons\/icon128.png" }, "action": { "default_title": "__MSG_popupTitle__", "default_icon": { "128": "icons\/icon128.png" }, "default_popup": "popup.html" }, "options_page": ".\/options.html", "permissions": [ "tabs", "cookies", "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.linkedradar.com\/*" ], "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "resources": [ "icons\/icon128.png", "icons\/logo.png", "icons\/searching.gif", "icons\/loading.gif", "icons\/*.png", "icons\/*.gif", "fonts\/*", "js\/linkedin-radar-inject.js" ], "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.linkedradar.com\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.linkedradar.com\/*" ], "js": [ "js\/sender-scrm.js", "js\/content-script.js" ], "run_at": "document_end" } ] } |