HubNavBar
HubNavBar lets you easily customize the HubSpot navbar. Add new navbar items and new dropdown menus that can link to anything.…
什麼是HubNavBar?
HubNavBar是由Pearagon.com開發的Chrome擴展程式,該擴展的主要功能是“HubNavBar lets you easily customize the HubSpot navbar. Add new navbar items and new dropdown menus that can link to anything.…”。
擴展截圖
下載HubNavBar擴展crx文件
下載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 |
ID | oemgdaleecglmplodocpbcoakeieaoih |
官方網址 | 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" } } |