Soundboard
Connect smarter on Linkedin, Facebook, and more.
Soundboardคืออะไร?
Soundboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://soundboard.social และคุณลักษณะหลักของมันคือ "Connect smarter on Linkedin, Facebook, and more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Soundboard
ดาวน์โหลดไฟล์ส่วนขยาย Soundboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Never make another cold call. Soundboard transforms the way you use Linkedin, LinkedIn Sales Navigator, Facebook, and more. Analyze a prospect or customer's likes and interests to deliver relevant, engaging content that grows your credibility and creates deeper connections. With Soundboard: > Increase connections on LinkedIn > Empower your InMails on LinkedIn Navigator > Dig Deeper on Facebook > Connect Smarter on Teamzy Smart Mode Soundboard analyzes a prospect or customer's LinkedIn profile page or Facebook About section and delivers relevant articles and videos based on that individual's interests and likes. All without ever leaving LinkedIn, Linkedin Navigator, Facebook, or Teamzy. . Plus it's easy to share everywhere. Search Mode Use the Search feature to explore a vast library of relevant content curated from thousands of up-to-date and trusted sources. Use on any LinkedIn profile or Facebook profile page or group to search on a topic to pique the interest a prospect, a group, or establish your credibility. Massive Content Library Get trusted articles and videos specifically targeted to the interests and expertise of each prospect, customer, or connection This Chrome extension is available free for Soundboard subscribers. Interested in a Soundboard subscription? Try it FREE for 10 days here: https://soundboard.social
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Soundboard |
ID | ajcfhmjfhpbeefcnfmbheidefdodhcfa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/soundboard/ajcfhmjfhpbeefcnfmbheidefdodhcfa |
คำอธิบาย | Connect smarter on Linkedin, Facebook, and more. |
ขนาดไฟล์ | 380 KB |
จำนวนการติดตั้ง | 4,062 |
เวอร์ชันปัจจุบัน | 1.5.6 |
อัปเดตครั้งล่าสุด | 2021-12-24 |
วันที่เผยแพร่ | 2020-05-28 |
คะแนน | 4.50/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | https://soundboard.social |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://soundboard.social/ |
URL หน้าช่วยเหลือ | https://intercom.help/soundboard/en/#_ga=2.39270308.681427435.1583760108-1570965460.1579877865 |
URL หน้านโยบายความเป็นส่วนตัว | https://soundboard.social/privacy |
ภาษาที่รองรับ | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Soundboard", "short_name": "Soundboard", "version": "1.5.6", "description": "__MSG_extension_description__", "default_locale": "en", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "js": [ "js\/jquery\/jquery-3.4.1.min.js", "js\/soundboard.js" ], "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/app.teamzy.com\/*", "https:\/\/go.mc.edu\/manage\/lookup\/*", "https:\/\/go.mc.edu\/manage\/" ], "css": [ "css\/soundboard.css" ] } ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extension_default_title__" }, "permissions": [ "cookies", "webRequest", "https:\/\/share.soundboard.social\/*", "https:\/\/www.linkedin.com\/in\/*", "https:\/\/www.facebook.com\/*", "https:\/\/app.teamzy.com\/*", "https:\/\/go.mc.edu\/manage\/lookup\/*", "https:\/\/go.mc.edu\/manage\/" ], "web_accessible_resources": [ "img\/*", "data\/*", "tmpl\/*" ] } |