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.…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HubNavBar
قم بتنزيل ملفات الامتداد HubNavBar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |