Hubris

LinkedIn, Hubspot

Hubris란 무엇입니까?

Hubris은(는) dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LinkedIn, Hubspot"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Hubris 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}