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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://intercom.help/bonzo-help-center/en |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } |