Privacy, support, and release information for Window Resize Manager.
View the Project on GitHub Gevorg-Glechyan/window-size-extension
Use this worksheet when completing the Chrome Web Store Developer Dashboard
privacy fields for Window Resize Manager. Keep it aligned with
public/manifest.json, docs/privacy-policy.md,
docs/chrome-web-store-review.md, docs/usage-analytics-events.md, and the
uploaded external release ZIP.
Configured GitHub Pages URL:
https://gevorg-glechyan.github.io/window-size-extension/privacy-policy/
Open this URL before submission and paste it into the Developer Dashboard privacy policy field only after this docs update is published and the URL is reachable.
Window Resize Manager lets users read current Chrome window and viewport dimensions, then resize the current normal Chrome browser window from a toolbar popup using built-in presets, locally saved custom presets, or manually entered dimensions.
The Chromium manifest requests these Chrome extension permissions:
windows: read and resize the current normal Chrome browser window.storage: save custom presets, recent custom dimensions, and resize target
settings locally in Chrome extension storage.activeTab: allow user-triggered active-tab viewport measurement.scripting: run a one-shot numeric viewport measurement probe when Chrome
allows page script measurement.The manifest does not declare host permissions, optional host permissions,
manifest-declared content scripts, DevTools APIs, or the broad tabs
permission.
No host access is requested. If the dashboard shows host access fields, recheck the uploaded ZIP before submission.
Use text consistent with:
windows: Window Resize Manager uses this permission to read the current Chrome
window size and resize the current normal browser window after the user chooses
a built-in preset, saved custom preset, or custom size.
storage: Window Resize Manager uses this permission to store user-created
presets, recent custom dimensions, and the selected resize target mode locally
on the user’s device.
activeTab: Window Resize Manager uses this permission only after the user opens
the toolbar popup or applies viewport mode, so it can measure numeric viewport
dimensions for the active tab.
scripting: Window Resize Manager uses this permission to run a one-shot
measurement probe that reads numeric innerWidth and innerHeight values. It
does not read page content, selected text, full URLs, cookies, form data, or
website storage.
Select: No, the extension does not use remote code.
Explanation:
The extension does not load or execute remotely hosted extension code. The toolbar popup, background service worker, React bundle, dependencies, fonts, and icons are packaged inside the extension ZIP. The only documented remote connection is explicit cookieless usage analytics sent to PostHog EU Cloud.
Recommended disclosures:
Do not select data categories that are not intentionally accessed by the extension unless the product behavior changes.
Use text consistent with this:
Window Resize Manager uses collected extension analytics only to understand and improve extension behavior, reliability, and feature adoption. It does not sell, share, transfer, or use collected data for advertising, profiling, credit worthiness, or unrelated purposes. User-created presets, recent custom dimensions, selected resize mode, viewport measurements, and window dimensions remain local to the user’s browser and are not transmitted.
Before submission, confirm that the published privacy policy states:
activeTab and scripting are used only for user-triggered numeric
viewport measurement;