FoxBound DataScout - B2B Email Finder
FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.
FoxBound DataScout - B2B Email Finderคืออะไร?
FoxBound DataScout - B2B Email Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FoxBound และคุณลักษณะหลักของมันคือ "FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FoxBound DataScout - B2B Email Finder
ดาวน์โหลดไฟล์ส่วนขยาย FoxBound DataScout - B2B Email Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find prospects, capture contact information, and verify email addresses in real time with FoxBound’s DataScout. With the help of machine learning, FoxBound is able to provide our users with accurate contact data to help maximize prospecting efforts. Getting started is easy: -Run a search on LinkedIn or Sales Navigator -Click on the DataScout Chrome Extension and create a list -Click on Capture to capture your results -Click on view list to see your requested contact information For questions or support, please contact [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FoxBound DataScout - B2B Email Finder |
ID | llgeckbnbfmlfcpmcpjiimlcefgpmfac |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/foxbound-datascout-b2b-em/llgeckbnbfmlfcpmcpjiimlcefgpmfac |
คำอธิบาย | FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation. |
ขนาดไฟล์ | 22.22 MB |
จำนวนการติดตั้ง | 1,096 |
เวอร์ชันปัจจุบัน | 1.5.6.4 |
อัปเดตครั้งล่าสุด | 2020-06-18 |
วันที่เผยแพร่ | 2020-06-17 |
คะแนน | 5.00/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | FoxBound |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://foxbound.io |
URL หน้าช่วยเหลือ | https://foxbound.io/datascout/ |
URL หน้านโยบายความเป็นส่วนตัว | https://foxbound.io/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FoxBound DataScout - B2B Email Finder", "version": "1.5.6.4", "author": "Tejas", "description": "FoxBound provides an arsenal of prospecting tools to create a single platform for smarter pipeline generation.", "background": { "scripts": [ "js\/payload.js", "js\/check_update.js", "js\/background.js" ], "persistent": true }, "icons": { "128": "logo_128.png", "48": "logo_48.png", "16": "logo_16.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.linkedin.com\/*" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/content.js" ] } ], "permissions": [ "https:\/\/*.linkedin.com\/*", "https:\/\/app.foxbound.io\/*", "webRequest" ], "browser_action": { "default_icon": "logo_16.png", "default_popup": "popup.html" } } |