I’d like to create a plugin which does nothing more than make certain information available when each page loads. Ideally, the data would be available site-wide on every page without requiring any user action. In a sense, it would “extend” the Bubble environment with a bit of info that could be accessed by elements and workflows. Is something like that possible with a plugin?
As far as I can tell, the only way to do it - even though there’s no visual component - would require the user to add a custom element to each page (or add it to a reusable element which resides on each page) and then create a state to store the data exposed by the plugin.
Am I overlooking some way of creating a plugin having no UI?