Effective May 2025
SF-Intel Studio is a developer tool for the Salesforce ecosystem. We do not collect, store, or transmit your personal data or Salesforce org metadata to any third-party servers.
The extension operates entirely within your browser and your authorized Salesforce instance. It does not collect personally identifiable information, health information, financial data, or usage analytics.
Apex code, Lightning Web Components, and other metadata are processed locally within the IDE window, held in memory for the session, and never transmitted externally.
The extension reuses your existing Salesforce browser session. Your login credentials are never seen, stored, or transmitted. The session token is read from the browser's cookie store and used in-memory only.
SOQL queries you save are stored in your browser's localStorage. This data never leaves your machine.
| Permission | Purpose |
|---|---|
cookies | Reads the Salesforce session ID to authenticate API requests. |
activeTab | Detects when you are on a Salesforce page. |
tabs | Opens the IDE window and refreshes preview tabs. |
downloads | Saves exported query results and metadata packages. |
host_permissions | Restricts communication to Salesforce domains only. |
All code is bundled within the extension package. Nothing is loaded from a CDN or external source at runtime. This ensures Manifest V3 compliance.
The extension communicates exclusively with standard Salesforce APIs. No data is shared with third-party services, advertising platforms, or analytics providers.
Changes to this policy will be reflected by the effective date above.
Questions about this policy can be directed through the Chrome Web Store support channel. For security practices, see the Security page.