Hubris

LinkedIn, Hubspot

¿Qué es Hubris?

Hubris es una extensión de Chrome desarrollada por dev, y su función principal es "LinkedIn, Hubspot".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Hubris

Descarga archivos de extensión Hubris en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Hubspot is a great Free CRM right?

If you’re serious about B2B sales, you’ll use LinkedIn too - because that’s where all of your prospects hang out.

• What if you could integrate the two?
• What if you could import LinkedIn contacts right into Hubspot without any re-keying or annoying cut & paste?
• How much time would you save?
• And how much more could you sell?

Hubris connects LinkedIn and Hubspot right inside of the browser, making it easy to import Contacts and Companies straight into Hubspot.  

And, when you add LinkedIn contacts to Hubspot, Hubris keeps a record of who added them, what information was added and when it was updated, so that you also have an audit trail for compliance purposes.

The Hubris app enables you to link directly to the contact’s Hubspot record and displays important Hubspot information right there on their LinkedIn profile page.  

• Have we already contacted this person?  
• Do we have a deal in play with them?

Hubris doesn’t just save time though, it’s great for teams too.

Because Hubris checks whether LinkedIn contacts already exist in Hubspot, you and your team can see if somebody else is already working a contact.  

Sync Social Conversations

Hubris super power - you can also sync LinkedIn Messages with Hubspot, so that you and your team have a complete picture of your conversations across every channel. 

The Social Conversations are synced into the Hubspot timeline so that your team’s discussions can be seen alongside emails, sales calls and website visits in a single view.

Finally, there’s a power search feature that scans a LinkedIn search view to identify if LinkedIn contacts already exist in Hubspot.  Great for prospecting and quickly profiling customers.

Hubris is quick to set up.  You simple create a Hubris account and link it to your Hubspot account using the Hub ID and API key (your administrator may need to do this for you).

Admin Features

• Complete flexibility over the fields that are displayed and imported
• Decide which information can be imported from LinkedIn to Hubspot
  (e.g. email, phone number)
• Decide which information in Hubspot should be displayed in the Hubris app.
• Invite new users
• Set user different permissions
• Monitor user usage

The basic plan is FREE to use for a single user with 10 LinkedIn profile Grabs.

Hubris has four different monthly subscription plans to choose from: 
FREE
• Max users = 1
• Profile sync
• Compliance Audit
• Search sync

BASIC 
• Max users = 10
• Profile Sync
• Compliance Audit
• Search Sync

TEAM
• Max Users = 25
• Profile Sync
• Compliance Audit
• Search Sync
• Message Sync

ENTERPRISE
• Max Users = 50
• Profile Sync
• Compliance Audit
• Search Sync
• Message Sync
• Custom Fields
• Grab Email Addresses
• Grab Phone Numbers                    

Información Básica de la Extensión

Nombre Hubris Hubris
ID fdkhjbgdknepkmlpodfkalikgljnikkj
URL Oficial https://chromewebstore.google.com/detail/hubris/fdkhjbgdknepkmlpodfkalikgljnikkj
Descripción LinkedIn, Hubspot
Tamaño del Archivo 1.35 MB
Cantidad de Instalaciones 1,370
Versión Actual 0.0.72
Última Actualización 2023-01-28
Fecha de Publicación 2020-05-19
Calificación 2.60/5 Total de 20 Calificaciones
Desarrollador dev
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.linkedintohubspot.com/
URL de la Página de Ayuda https://www.linkedintohubspot.com/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/ButtonOn.png"
        },
        "default_popup": "assets\/html\/popup.html",
        "default_title": "Hubris"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/app.hubspot.com\/*",
        "https:\/\/api.hubapi.com\/*",
        "https:\/\/app.hubris.it\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/media.licdn.com\/mpr\/mpr\/shrinknp_100_100\/*",
        "https:\/\/www.linkedin.com\/company\/*",
        "https:\/\/www.linkedin.com\/voyager\/api\/organization\/companies\/*",
        "https:\/\/hubris-admin-dev.herokuapp.com\/*",
        "https:\/\/hubris-admin-dev2.herokuapp.com\/*"
    ],
    "short_name": "Hubris",
    "version": "0.0.72",
    "web_accessible_resources": [
        "assets\/icons\/icon48.png",
        "assets\/css\/content.css",
        "assets\/imgs\/company.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "windows": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Toggle feature foo"
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "windows": "Alt+Shift+P",
                "mac": "Alt+Shift+P"
            }
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.hubris-admin-dev.herokuapp.com\/*",
            "*:\/\/*.hubris-admin-dev2.herokuapp.com\/*"
        ]
    }
}