Bonzo Absolute

Import your prospect information directly from LinkedIn

Was ist Bonzo Absolute?

Bonzo Absolute ist eine Chrome-Erweiterung, die von https://getbonzo.com entwickelt wurde, und ihr Hauptmerkmal ist "Import your prospect information directly from LinkedIn".

Erweiterungsscreenshots

screenshot
screenshot

Bonzo Absolute-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bonzo Absolute-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Bonzo Absolute Bonzo Absolute
ID fljmbeoepcgelhoofclbcapdehejknik
Offizielle URL https://chromewebstore.google.com/detail/bonzo-absolute/fljmbeoepcgelhoofclbcapdehejknik
Beschreibung Import your prospect information directly from LinkedIn
Dateigröße 174 KB
Installationsanzahl 115
Aktuelle Version 1.0.8
Letztes Update 2021-06-14
Veröffentlichungsdatum 2021-03-20
Entwickler https://getbonzo.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://app.getbonzo.com
Hilfeseite URL https://intercom.help/bonzo-help-center/en
URL der Datenschutzrichtlinien-Seite https://getbonzo.com/privacy-policy
Unterstützte Sprachen 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\/*"
    ]
}