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, viewportrate_extension_clickedTrigger: a user selects Rate extension in the popup feedback card.
Allowed properties: none beyond the common build_variant property.
The event does not include a rating value or Chrome Web Store URL.
feedback_clickedTrigger: a user selects Send feedback in the popup feedback card.
Allowed properties: none beyond the common build_variant property.
The event does not include an email address, subject, body, or destination URL.
extension_cross_promo_viewedTrigger: the More tools footer becomes at least 50% visible in the popup. The event is emitted once per recommended extension during that popup lifetime. If visibility observation is unavailable, no impression is recorded.
Allowed properties:
source_extension: window_size_managertarget_extension: screenshot_capture_studio, posthog_debuggerplacement: popup_footerextension_cross_promo_clickedTrigger: a user selects one of the More tools extension links.
Allowed properties:
source_extension: window_size_managertarget_extension: screenshot_capture_studio, posthog_debuggerplacement: popup_footerNeither event includes a Chrome Web Store URL, page URL, or stable identifier.
Evaluate the card by comparing rate_extension_clicked and
feedback_clicked counts with popup_opened counts for the same build variant.
The events are aggregate product signals only; they cannot identify whether a
particular user submitted a rating or sent an email.
Compare extension_cross_promo_clicked with
extension_cross_promo_viewed for each target_extension and
build_variant. This measures aggregate discovery-to-click conversion without
identifying users or recording destination URLs.
The presets_imported, presets_exported, and shortcut_invoked events are
reserved for future product flows. They are not emitted by the current popup.