Hubris

LinkedIn, Hubspot

Hubris là gì?

Hubris là một tiện ích mở rộng Chrome được phát triển bởi dev, và tính năng chính của nó là "LinkedIn, Hubspot".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hubris

Tải xuống các tệp mở rộng Hubris dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hubris Hubris
ID fdkhjbgdknepkmlpodfkalikgljnikkj
URL Chính Thức https://chromewebstore.google.com/detail/hubris/fdkhjbgdknepkmlpodfkalikgljnikkj
Mô tả LinkedIn, Hubspot
Kích Thước Tệp 1.35 MB
Số Lần Cài Đặt 1,370
Phiên Bản Hiện Tại 0.0.72
Cập Nhật Lần Cuối 2023-01-28
Ngày Phát Hành 2020-05-19
Đánh Giá 2.60/5 Tổng số 20 Đánh Giá
Nhà Phát Triển dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.linkedintohubspot.com/
URL Trang Trợ Giúp https://www.linkedintohubspot.com/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}