Bonzo Absolute
Import your prospect information directly from LinkedIn
什么是Bonzo Absolute?
Bonzo Absolute是由https://getbonzo.com开发的Chrome扩展程序,该扩展的主要功能是“Import your prospect information directly from LinkedIn”。
扩展截图
下载Bonzo Absolute扩展crx文件
下载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\/*" ] } |