Bonzo Absolute
Import your prospect information directly from LinkedIn
Bonzo Absolute là gì?
Bonzo Absolute là một tiện ích mở rộng Chrome được phát triển bởi https://getbonzo.com, và tính năng chính của nó là "Import your prospect information directly from LinkedIn".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bonzo Absolute
Tải xuống các tệp mở rộng Bonzo Absolute dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bonzo Absolute |
ID | fljmbeoepcgelhoofclbcapdehejknik |
URL Chính Thức | https://chromewebstore.google.com/detail/bonzo-absolute/fljmbeoepcgelhoofclbcapdehejknik |
Mô tả | Import your prospect information directly from LinkedIn |
Kích Thước Tệp | 174 KB |
Số Lần Cài Đặt | 115 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2021-06-14 |
Ngày Phát Hành | 2021-03-20 |
Nhà Phát Triển | https://getbonzo.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://app.getbonzo.com |
URL Trang Trợ Giúp | https://intercom.help/bonzo-help-center/en |
URL Trang Chính Sách Bảo Mật | https://getbonzo.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |