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 |
公式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 |
Eメール | [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" } } |