Admin Quick Access Toolbar
This snippet adds an additional toolbar on the top right of the screen, allows you to quickly get access to the most frequent views in your admin interface, get faster access to the collections like blogs or stores, with the ability to add favorite links into the toolbar.
List of features
Quick access to Home, Code Injection, and Custom CSS panel
Get quickly access to the Collections: blog, storeโฆ
Quickly land on Finance > Orders screen
The toolbar is auto hide so it wonโt interfere with editing experience
Add new menu item into bookmark toolbar item ( saved in Localstorage )
Feb-2024 Updates: since Esc key login is removed, I updated the toolbar so it will work on frontend mode, where you can lands in dashboard from any page quickly
To experience this feature ๐ค, follow these simple steps ๐ฃ
Copy the given snippet into your Footer injection
Personal plan users who can not access Footer Injection, use Tampermonkey extension
Find the little arrow on the top right of your screen, hovering on it to show the toolbar and start using!
<!-- sqs:beyondspace--quick-access-toolbar --> <script> (()=>{var e="beyondspace--quick-access-toolbar";if(!window.top.document.getElementById(e)){var t=window.top.document.createElement("script");t.id=e,t.src="https://cdn.jsdelivr.net/gh/BeyondspaceStudio/[email protected]/src/quick-access-toolbar/index.min.js",window.top.document.body.appendChild(t)}})(); </script> <!-- /sqs:beyondspace--quick-access-toolbar -->
Attribution:
Did the snippet works for you? Spread it with the world and earn discount!