Privacy, support, and release information for Window Resize Manager.
View the Project on GitHub Gevorg-Glechyan/window-size-extension
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
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:
build_variant: external, internalpopup_openedTrigger: the toolbar popup loads after local settings and saved preset counts are available.
Allowed properties:
extension_versionpreset_count_bucket: 0, 1-3, 4-10, 11+resize_target: window, viewportresize_requestedTrigger: a user applies a built-in preset, custom size, or saved custom preset.
Allowed properties:
source: built_in_preset, custom_size, saved_custom_presetpreset_group: desktop, mobile, tablet, custom, unknownresize_target: window, viewportorientation: landscape, portrait, squaredimension_bucket: small, medium, large, wideresize_completedTrigger: the resize action finishes or fails.
Allowed properties:
source: built_in_preset, custom_size, saved_custom_presetresize_target: window, viewportresult: success, failedfailure_category: chrome_window_unavailable,
restricted_window_state, measurement_unavailable,
viewport_settle_timeout, permission_or_runtime_error, unknowncorrection_attempted: booleanduration_bucket_ms: <100, 100-250, 250-500, 500-1000, 1000+custom_preset_savedTrigger: a custom preset is successfully saved.
Allowed properties:
resize_target: window, viewportpreset_count_bucket_after: 0, 1-3, 4-10, 11+orientation: landscape, portrait, squaredimension_bucket: small, medium, large, widecustom_preset_updatedTrigger: a saved custom preset is edited or deleted.
Allowed properties:
action: edit, deletepreset_count_bucket_after: 0, 1-3, 4-10, 11+settings_changedTrigger: a user changes the resize target setting.
Allowed properties:
setting: resize_targetvalue: window, viewportThe presets_imported, presets_exported, and shortcut_invoked events are
reserved for future product flows. They are not emitted by the current popup.