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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 |
อีเมล | [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" } } |