FinalScout - ChatGPT-Driven LinkedIn Emails
FinalScout - Extract valid email addresses from LinkedIn & craft tailored emails based on LinkedIn profile with ChatGPT.
FinalScout - ChatGPT-Driven LinkedIn Emailsคืออะไร?
FinalScout - ChatGPT-Driven LinkedIn Emails เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://finalscout.com และคุณลักษณะหลักของมันคือ "FinalScout - Extract valid email addresses from LinkedIn & craft tailored emails based on LinkedIn profile with ChatGPT."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FinalScout - ChatGPT-Driven LinkedIn Emails
ดาวน์โหลดไฟล์ส่วนขยาย FinalScout - ChatGPT-Driven LinkedIn Emails ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FinalScout makes finding emails in bulk from LinkedIn easy. Key features: 1. Click a button to find the email address from any profile. 2. Click a button to write personalized emails for any use case (powered by ChatGPT). 3. Scrape search results (regular or Sales Navigator search) and find emails at scale. 4. Scrape emails from any posts (individual or in bulk via search). 5. Scrape emails from any group. 6. Scrape emails from attendees of any event. 7. Scrape emails from Recruiter search results. 8. Scrape emails from Recruiter pipeline. 9. Scrape employee profiles and emails from a list of company domains. 10. Scrape employee profiles and emails from a list of company pages. 11. Prospect for new clients within finalscout.com if you don't have a Linkedin account. 500 million+ professionals from 20 million+ businesses. 12. Find email address using name and domain name. 13. Find email address for any news article. 14. Emails 100% verified. 15. Export contact details as .csv. 16. Integrate with thousands of apps via Zapier or webhook events. 17. APIs available. How does it work? 1. Visit any LinkedIn profile and click the Get email button to find the email address. Click the Write email button to generate emails using ChatGPT. 2. Search for people/posts/events/group/event on LinkedIn and click the Export emails button at the top to scrape the search results and find emails at scale. Who is FinalScout for? Anyone who needs to connect with anyone in the world will find FinalScout useful! * Disclaimer: FinalScout is not affiliated with LinkedIn and ChatGPT.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FinalScout - ChatGPT-Driven LinkedIn Emails |
ID | ncommjceghfmmcioaofnflklomgpcfmb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/finalscout-chatgpt-driven/ncommjceghfmmcioaofnflklomgpcfmb |
คำอธิบาย | FinalScout - Extract valid email addresses from LinkedIn & craft tailored emails based on LinkedIn profile with ChatGPT. |
ขนาดไฟล์ | 199 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 1.2.4 |
อัปเดตครั้งล่าสุด | 2024-02-06 |
วันที่เผยแพร่ | 2021-11-17 |
คะแนน | 4.87/5 รวมทั้งหมด 243 คะแนน |
ผู้พัฒนา | https://finalscout.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://finalscout.com/ |
URL หน้าช่วยเหลือ | https://support.finalscout.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://finalscout.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FinalScout - ChatGPT-Driven LinkedIn Emails", "version": "1.2.4", "manifest_version": 3, "description": "FinalScout - Extract valid email addresses from LinkedIn & craft tailored emails based on LinkedIn profile with ChatGPT.", "homepage_url": "https:\/\/finalscout.com", "icons": { "16": "icons\/logo-16.png", "48": "icons\/logo-48.png", "128": "icons\/logo-128.png" }, "background": { "service_worker": "src\/background.js" }, "web_accessible_resources": [ { "resources": [ "src\/res\/main.css" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] } ], "permissions": [ "cookies", "storage" ], "host_permissions": [ "https:\/\/www.linkedin.com\/*", "https:\/\/finalscout.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/finalscout.com\/*" ] }, "action": { "default_title": "FinalScout", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "css": [ "src\/css\/tooltipster.css" ], "js": [ "src\/jquery.js", "src\/sweetalert2.all.min.js", "src\/base64.min.js", "src\/toastify-js.js", "src\/tooltipster.js", "src\/inject.js" ] } ] } |