HubNavBar

HubNavBar lets you easily customize the HubSpot navbar. Add new navbar items and new dropdown menus that can link to anything.…

HubNavBar là gì?

HubNavBar là một tiện ích mở rộng Chrome được phát triển bởi Pearagon.com, và tính năng chính của nó là "HubNavBar lets you easily customize the HubSpot navbar. Add new navbar items and new dropdown menus that can link to anything.…".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng HubNavBar 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

                        HubNavBar lets you easily customize the HubSpot navbar. Add new navbar items and new dropdown menus that can link to anything.  

If you use custom objects, this is a must-have. It allows you to create custom menu items for all your objects and customize precisely where each one links to.

If there is a page you use all of the time, you can set it as a specific bookmark right at the top of your page that you'll always see in HubSpot.

You can modify these navigation bar items per portal to have unique items for each HubSpot portal you are in.                    

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

Tên HubNavBar HubNavBar
ID oemgdaleecglmplodocpbcoakeieaoih
URL Chính Thức https://chromewebstore.google.com/detail/hubnavbar/oemgdaleecglmplodocpbcoakeieaoih
Mô tả HubNavBar lets you easily customize the HubSpot navbar. Add new navbar items and new dropdown menus that can link to anything.…
Kích Thước Tệp 43.76 KB
Số Lần Cài Đặt 124
Phiên Bản Hiện Tại 2023.8.1
Cập Nhật Lần Cuối 2023-08-08
Ngày Phát Hành 2022-03-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Pearagon.com
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HubNavBar ",
    "version": "2023.8.1",
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/app.hubspot.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "300": "images\/icon.png",
            "128": "images\/icon128.png",
            "48": "images\/icon48.png",
            "32": "images\/icon32.png"
        }
    },
    "icons": {
        "300": "images\/icon.png",
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "32": "images\/icon32.png"
    }
}