HubNavBar

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

Что такое HubNavBar?

HubNavBar - это расширение Chrome, разработанное Pearagon.com, и его основная функция - "HubNavBar lets you easily customize the HubSpot navbar. Add new navbar items and new dropdown menus that can link to anything.…".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения HubNavBar

Скачайте файлы расширений HubNavBar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название HubNavBar HubNavBar
ID oemgdaleecglmplodocpbcoakeieaoih
Официальный URL https://chromewebstore.google.com/detail/hubnavbar/oemgdaleecglmplodocpbcoakeieaoih
Описание HubNavBar lets you easily customize the HubSpot navbar. Add new navbar items and new dropdown menus that can link to anything.…
Размер файла 43.76 KB
Количество установок 124
Текущая Версия 2023.8.1
Последнее Обновление 2023-08-08
Дата публикации 2022-03-28
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Pearagon.com
Электронная почта [email protected]
Тип оплаты in_app
Поддерживаемые языки 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"
    }
}