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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "HubNavBar lets you easily customize the HubSpot navbar. Add new navbar items and new dropdown menus that can link to anything.…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HubNavBar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } |