OmniJump stores only the shortcuts you create (keyword, URL, label) and your preference settings. This data is saved in chrome.storage.sync so it syncs across your signed-in Chrome devices. No data is sent to any external server.
Permissions used
storage — saves your shortcuts and settings locally and across devices via Chrome sync.
tabs — reads tab URLs to suggest shortcut keys and open bundle URLs.
webNavigation — detects when you navigate to a shortcut keyword so usage stats can be recorded and smart tips suggested.
declarativeNetRequest / declarativeNetRequestWithHostAccess — intercepts matching address-bar queries to perform URL redirects without sending data to a server.
contextMenus — adds "Save Page as Shortcut" and "Save Link as Shortcut" options to the right-click menu.
sidePanel — displays the shortcuts manager panel inside Chrome.
host_permissions (<all_urls>) — required by declarativeNetRequest to match and redirect any URL the user has configured as a shortcut target.
Third-party sharing
No data is shared with third parties. The extension has no analytics, telemetry, or remote connections of any kind.