Window Resize Manager

Privacy, support, and release information for Window Resize Manager.

View the Project on GitHub Gevorg-Glechyan/window-size-extension

Usage Analytics Events

Window Resize Manager uses explicit, privacy-safe PostHog usage analytics in both the external Chrome Web Store build and the internal development build. Every event includes build_variant so internal and external usage can be segmented.

Analytics are cookieless and memory-only. There is no user-facing setting to disable analytics, and the implementation does not use autocapture, session replay, surveys, heatmaps, pageview/pageleave capture, persistent identifiers, cookies, or website storage.

PostHog endpoint: https://eu.i.posthog.com

Privacy Exclusions

Analytics events must never include page content, selected text, tab titles, full URLs, website cookies, website localStorage, account data, preset names, exact custom dimensions, raw error messages, or stable personal identifiers.

All event properties are enum values, booleans, or low-cardinality buckets.

Every implemented event includes this common property:

Implemented Events

Trigger: the toolbar popup loads after local settings and saved preset counts are available.

Allowed properties:

resize_requested

Trigger: a user applies a built-in preset, custom size, or saved custom preset.

Allowed properties:

resize_completed

Trigger: the resize action finishes or fails.

Allowed properties:

custom_preset_saved

Trigger: a custom preset is successfully saved.

Allowed properties:

custom_preset_updated

Trigger: a saved custom preset is edited or deleted.

Allowed properties:

settings_changed

Trigger: a user changes the resize target setting.

Allowed properties:

Not Implemented Yet

The presets_imported, presets_exported, and shortcut_invoked events are reserved for future product flows. They are not emitted by the current popup.