Last Updated: January 2025
1. Permissions and Their Usage
activeTab Permission
- Purpose: To enable the screenshot functionality of webpage elements
- Usage: We need this permission to detect and highlight elements when you hover over them, and to capture the selected element accurately
- We only access the active tab when you explicitly activate the extension using the Alt/Option key
clipboardWrite Permission
- Purpose: To provide the "Copy to Clipboard" feature
- Usage: When you click the "Copy" button after taking a screenshot, we temporarily access the clipboard to save your captured image
- We never read from your clipboard, only write to it when you request
desktopCapture Permission
- Purpose: To capture high-quality screenshots of webpage elements
- Usage: Used only when you click to capture a selected element
- We only capture the specific element you select, never the entire screen
host Permission
- Purpose: To enable the extension to work on any webpage
- Usage: Required to inject our highlighting and selection functionality
- We don't collect or store any information about the websites you visit
tabs Permission
- Purpose: To manage the screenshot functionality across tabs