Sprouts Engage: Sales Engagement on LinkedIn
Sprouts Engage simplifies your sales outreach by building your contact database through LinkedIn. Sprouts Engage is a free…
Sprouts Engage: Sales Engagement on LinkedInคืออะไร?
Sprouts Engage: Sales Engagement on LinkedIn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sprouts.ai และคุณลักษณะหลักของมันคือ "Sprouts Engage simplifies your sales outreach by building your contact database through LinkedIn. Sprouts Engage is a free…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sprouts Engage: Sales Engagement on LinkedIn
ดาวน์โหลดไฟล์ส่วนขยาย Sprouts Engage: Sales Engagement on LinkedIn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sprouts Engage simplifies your sales outreach by building your contact database through LinkedIn. Sprouts Engage is a free extension that helps sales teams with personalised sales outreach automation. View LinkedIn profiles to identify prospects, send a connection request, or engage them through messages or InMail. HOW CAN SPROUTS EXTENSION HELP? - Semi-automate LinkedIn tasks - View LinkedIn profiles - Send connection requests - Personalise LinkedIn messages - Reach out to prospects via LinkedIn InMail
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sprouts Engage: Sales Engagement on LinkedIn |
ID | lijchjgefodlogdmbglgfgelnceipkpm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sprouts-engage-sales-enga/lijchjgefodlogdmbglgfgelnceipkpm |
คำอธิบาย | Sprouts Engage simplifies your sales outreach by building your contact database through LinkedIn. Sprouts Engage is a free… |
ขนาดไฟล์ | 1.26 MB |
จำนวนการติดตั้ง | 57 |
เวอร์ชันปัจจุบัน | 4.2.2 |
อัปเดตครั้งล่าสุด | 2023-12-06 |
วันที่เผยแพร่ | 2022-06-09 |
ผู้พัฒนา | https://sprouts.ai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sprouts.ai/ |
URL หน้าช่วยเหลือ | https://sprouts.ai/contact-us.html |
URL หน้านโยบายความเป็นส่วนตัว | https://upscale.ai/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Sprouts Engage", "name": "Sprouts Engage: Sales Engagement on LinkedIn", "manifest_version": 3, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "version": "4.2.2", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/api.upscale.ai' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'" }, "action": { "default_title": "Sprouts Engage", "default_icon": "logo16.png" }, "permissions": [ "tabs", "storage", "webNavigation" ], "background": { "service_worker": "background\/linkedInBackgroundScript.js" }, "content_scripts": [ { "js": [ "contentScript\/linkedInScript.js", "contentScript\/scraping.js" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "index.html", "\/*.png", "*.ico", "*.json", "*.css", "\/static\/css\/*.css", "\/static\/js\/*.js", "\/static\/media\/*" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ] } |