Out of Order Chrome extension
Out of Order audits the keyboard tab order of the page you are looking at and shows the findings in a side panel. This policy covers the Chrome extension.
What we collect
Nothing. The extension does not collect, store, or transmit any personal data, browsing history, or page content. It has no analytics, no accounts, and no backend server.
How the audit works
When you open the side panel, the extension runs its analyzer against the current tab to compute the tab order and detect focus and accessibility issues. All of this runs locally in your browser. Page data is read only to produce the findings and is never sent anywhere or retained after the audit.
Permissions
scripting is used to inject the analyzer into the active tab so it can read
the DOM. sidePanel is used to show the results. Host access is requested per
tab, only when you run an audit.
Contact
Questions about this policy can be raised on the project on GitHub.