Hubris

LinkedIn, Hubspot

什么是Hubris?

Hubris是由dev开发的Chrome扩展程序,该扩展的主要功能是“LinkedIn, Hubspot”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Hubris扩展crx文件

下载Hubris扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Hubris Hubris
ID fdkhjbgdknepkmlpodfkalikgljnikkj
官方URL https://chromewebstore.google.com/detail/hubris/fdkhjbgdknepkmlpodfkalikgljnikkj
简介 LinkedIn, Hubspot
文件大小 1.35 MB
安装次数 1,370
当前版本 0.0.72
更新时间 2023-01-28
上架时间 2020-05-19
评分 2.60/5 共20次评分
开发者 dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.linkedintohubspot.com/
帮助页面URL https://www.linkedintohubspot.com/
支持的语言 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\/*"
        ]
    }
}