Privacy Policy
Figma Library Auto Connect stores user-provided library targets and run logs locally in the browser using Chrome extension storage.
What data the extension uses
- Library links, IDs, and name fragments entered by the user.
- Local run logs generated when the extension is used.
- The currently active Figma page on
figma.com, only when the user explicitly runs the extension.
What the extension does not do
- It does not create user accounts.
- It does not send personal data to external servers controlled by the developer.
- It does not sell data.
- It does not use data for advertising.
- It does not track users across websites.
How data is processed
- Data is stored locally in the user's browser via Chrome storage.
-
The extension injects a content script into the active
figma.comtab when needed to automate UI actions requested by the user. - No backend service is required for the extension to function.
Permissions
activeTab: used to interact with the currently open Figma tab.scripting: used to inject the content script into the active Figma tab.storage: used to persist entered targets and run logs.https://www.figma.com/*: used only to operate on Figma web pages.
Limitations
If Figma changes its interface, the extension may stop working correctly until updated.