Skip to main content
This page details the security model and permissions used by the Kadoa Chrome Extension.

Permissions

The Kadoa Chrome extension requests the following permissions:
PermissionPurpose
activeTabRecord interactions (clicks, key presses) and select elements within the active tab
storageStore your API key locally to persist between sessions
scriptingRender the extension UI when clicking the toolbar button
cookiesRead the team ID cookie (scoped to kadoa.com) to determine active workspace
browsingDataClear tab cache for accurate click event detection
sidePanelDisplay the extension UI in Chrome’s Side Panel
tabsListen to tab events (e.g., close side panel on tab switch)
webNavigationDetect page reloads while the extension is active

Host Permissions

The extension has host permissions for *://*.kadoa.com/* which allows it to:
  • Read cookies set by the Kadoa web app
  • Communicate with Kadoa servers for authentication

Data Sent to Kadoa

The extension sends the following information to our servers:
DataPurpose
User API keyAuthentication
Active tab URLProcessing extraction requests
Active tab contentExtracting selected data

Data Storage

  • API Key: Stored in Chrome’s local storage (encrypted by Chrome)
  • Session Data: Temporary, cleared when extension closes
  • No browsing history: The extension does not track or store browsing history

Source Code

The source code is not currently open source but is available for inspection upon request. Contact security@kadoa.com for access.

Browser Compatibility

The Kadoa extension supports the following browsers:
  • Google Chrome (latest versions)
  • Chromium-based browsers, such as Brave, Vivaldi, and Edge
Safari and Firefox are currently not supported.

Learn More