Bonzo Absolute
Import your prospect information directly from LinkedIn
Bonzo Absolute क्या है?
Bonzo Absolute https://getbonzo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import your prospect information directly from LinkedIn"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bonzo Absolute एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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\/*" ] } |