ReachOut.App
Reach Out supports you with automated campaigns to efficiently and precisely reach out to your leads through LinkedIn.
ReachOut.Appคืออะไร?
ReachOut.App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ReachOut Software GmbH และคุณลักษณะหลักของมันคือ "Reach Out supports you with automated campaigns to efficiently and precisely reach out to your leads through LinkedIn."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReachOut.App
ดาวน์โหลดไฟล์ส่วนขยาย ReachOut.App ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ReachOut supports you with automated campaigns to efficiently and accurately address your leads via LinkedIn. Fill your sales pipeline with qualified LinkedIn leads and support your marketing outreach by constantly and specifically expanding the target group in your network. How do you benefit the most from LinkedIn, reach your target group and get the full added value from the contacts in your existing network? Use ReachOut! ➡️ Warm leads that come from your target group ➡️ Constant, automated expansion of your network ➡️ Direct connection to your CRM ➡️ Personalized contact campaigns ➡️ Campaigns to increase the impressions of your posts ➡️ Promotion of events ➡️ Import of CSV lists and LinkedIn contacts ➡️ Qualified leads in your calendar We enable the export of leads from LinkedIn search, from LinkedIn profiles and from the LinkedIn Sales Navigator. We offer interfaces to your CRM: Hubspot, Pipedrive & Salesforce! Import data seamlessly and access it on LinkedIn. Automatically export LinkedIn contacts to your CRM. With ReachOut, you can master social selling on LinkedIn – with us you can build up your network in just a few clicks and constantly expand it, open up authentic conversations and effectively place your brand in your target group. Once in the LinkedIn network, you benefit from constant contactable and warm leads. Fill your calendar with qualified leads that you can really help. 🗓️ Start the 7-day trial for free and take the first steps towards a promising sales funnel! More information: www.reach-out.app We look forward to your questions, feedback and any suggestions! +49 156 79 208 701 [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ReachOut.App |
ID | aopbpdkgbaaaingehphcnmaniahijoba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reachoutapp/aopbpdkgbaaaingehphcnmaniahijoba |
คำอธิบาย | Reach Out supports you with automated campaigns to efficiently and precisely reach out to your leads through LinkedIn. |
ขนาดไฟล์ | 10.75 MB |
จำนวนการติดตั้ง | 422 |
เวอร์ชันปัจจุบัน | 6.6.2 |
อัปเดตครั้งล่าสุด | 2024-01-20 |
วันที่เผยแพร่ | 2020-09-07 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | ReachOut Software GmbH |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://tool.reach-out.app |
URL หน้าช่วยเหลือ | https://www.reach-out.app |
URL หน้านโยบายความเป็นส่วนตัว | https://legal.reach-out.app/privacy |
ภาษาที่รองรับ | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Reach Out supports you with automated campaigns to efficiently and precisely reach out to your leads through LinkedIn.", "version": "6.6.2", "manifest_version": 3, "name": "ReachOut.App", "background": { "service_worker": ".\/background.bundle.js" }, "icons": { "16": ".\/icon-16x16.png", "48": ".\/icon-48x48.png", "128": ".\/icon-128x128.png" }, "action": { "default_icon": { "16": ".\/icon-16x16.png", "48": ".\/icon-48x48.png", "128": ".\/icon-128x128.png" }, "default_title": "ReachOut", "default_popup": "index.html" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "idle", "tabs", "alarms", "cookies", "storage", "background", "notifications", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.visit4.me\/*", "*:\/\/*.reach-out.app\/*", "https:\/\/api.visit4.me\/*", "*:\/\/*.itrack.it\/*", "*:\/\/*.demdex.net\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.doubleclick.net\/*", "*:\/\/*.creative-serving.com\/*", "*:\/\/*.scorecardresearch.com\/*", "*:\/\/googleads.g.doubleclick.net\/*" ], "externally_connectable": { "matches": [ "http:\/\/localhost:4200\/*", "https:\/\/*.reach-out.app\/*" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*.reach-out.app\/*", "http:\/\/www.linkedin.com\/*", "https:\/\/www.linkedin.com\/*" ], "js": [ "contentScript.bundle.js" ] } ] } |