Bonzo Absolute
Import your prospect information directly from LinkedIn
Bonzo Absoluteคืออะไร?
Bonzo Absolute เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getbonzo.com และคุณลักษณะหลักของมันคือ "Import your prospect information directly from LinkedIn"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bonzo Absolute
ดาวน์โหลดไฟล์ส่วนขยาย Bonzo Absolute ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Thanks to Bonzo Absolute Chrome Extension, you’ll be able to get lead data by one button press directly from their LinkedIn profiles. To use these features, you have to be a Bonzo user, if you don’t have an account, you can register here: https://getbonzo.com/create-account Get data directly from LinkedIn With this extension, you'll be able to fetch your people accurate contact informations by clicking a button on their Linkedin profiles. Moreover, you’ll be able to push them directly to Bonzo, or even add them to a campaign. You can also call to the LinkedIn prospect directly from their profile using your Bonzo number. Have questions or suggestions? Feel free to reach out to our support at [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bonzo Absolute |
ID | fljmbeoepcgelhoofclbcapdehejknik |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bonzo-absolute/fljmbeoepcgelhoofclbcapdehejknik |
คำอธิบาย | Import your prospect information directly from LinkedIn |
ขนาดไฟล์ | 174 KB |
จำนวนการติดตั้ง | 115 |
เวอร์ชันปัจจุบัน | 1.0.8 |
อัปเดตครั้งล่าสุด | 2021-06-14 |
วันที่เผยแพร่ | 2021-03-20 |
ผู้พัฒนา | https://getbonzo.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://app.getbonzo.com |
URL หน้าช่วยเหลือ | https://intercom.help/bonzo-help-center/en |
URL หน้านโยบายความเป็นส่วนตัว | https://getbonzo.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bonzo Absolute", "description": "Import your prospect information directly from LinkedIn", "offline_enabled": true, "version": "1.0.8", "manifest_version": 2, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "assets\/extension-icons\/logo-32.png", "default_popup": "html\/popup.html" }, "icons": { "16": "assets\/extension-icons\/logo-16.png", "128": "assets\/extension-icons\/logo-128.png", "48": "assets\/extension-icons\/logo-48.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/in\/*" ], "js": [ "js\/inject-button.js" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/*.linkedin.com\/*", "storage" ], "web_accessible_resources": [ "js\/button.js", "css\/button.css", "assets\/images\/*" ] } |