Skip to content

Instantly share code, notes, and snippets.

@aorborc
Last active June 3, 2026 21:33
Show Gist options
  • Select an option

  • Save aorborc/a63955f9afb91967a52229be2f79e357 to your computer and use it in GitHub Desktop.

Select an option

Save aorborc/a63955f9afb91967a52229be2f79e357 to your computer and use it in GitHub Desktop.
Privacy Policy — Zoho Creator Menu Search

Privacy Policy — Zoho Creator Menu Search

Last updated: 4 June 2026

Zoho Creator Menu Search ("the extension") is provided by AorBorC Technologies. This policy explains how the extension handles data.

Summary

The extension does not collect, store remotely, transmit, share, or sell any personal or user data. It runs entirely inside your browser.

What the extension accesses

When you click the extension's toolbar icon on a Zoho Creator application, it:

  • Reads the navigation menu (the DOM) of the active tab to build a searchable list of the app's reports, forms, and pages across its spaces.
  • Injects a small search box into that page so you can search and open those items.

It does this only on the tab where you click the icon, and only when you click it (activeTab).

The extension also bundles a secondary "module search" helper for the Zoho Creator app builder. It is a content script that reads the on‑screen module table to let you search the module list. It self‑detects and does nothing unless a Creator module table is present. Because Creator is reached under several Zoho domains, this content script is matched against all sites, but it only ever reads the local page and never sends anything anywhere.

What is stored, and where

  • The extension remembers only the position of the search box, stored in the page's localStorage on your device. Nothing else is stored.

What is NOT done

  • No data is sent to AorBorC Technologies or any third party.
  • No analytics, tracking, advertising, or fingerprinting.
  • No selling or transfer of data to anyone.
  • Data is not used for creditworthiness or lending purposes.

Permissions

  • activeTab and scripting — read the current Creator app's menu and display the search box on the tab where you invoke the extension.
  • Host access (the module‑search content script matches all sites) — used only so the app builder's module search can run; it reads the on‑screen module list locally and nothing else.

Changes

This policy may be updated; the "Last updated" date will change accordingly.

Contact

Questions: support[at]aorborc[dot]com — or visit us at aorborc.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment