Last updated: February 13, 2026
IRIS Migration Checklist is a browser extension that exports server configuration from InterSystems IRIS/Caché servers and compares snapshots between two servers. This privacy policy explains what data the extension accesses, how it is stored, and how it is used.
When you click "Save Server Data" or "Compare to Saved Server", the extension fetches a configuration export from the IRIS/Caché server you are currently authenticated to. This export may include:
All data is stored locally in chrome.storage.local, which is
sandboxed to this extension on your machine. No data is sent to any external
server, cloud service, or third party. The only network communication happens
directly between your browser and the IRIS/Caché server you choose to connect to.
The extension stores two items locally:
You can delete all stored data at any time using the "Clear Saved Data" button in the extension popup. Uninstalling the extension also removes all stored data.
Data is used exclusively to provide the extension's core functionality: saving a configuration snapshot and comparing it against another server's snapshot. Data is never used for advertising, analytics, profiling, or any purpose other than generating the migration comparison report.
This extension does not share, sell, or transfer user data to any third party. No data leaves your browser except for the authenticated requests made directly to the IRIS/Caché server you are connected to.
If the export API does not exist on the target server, the extension can
install a backend class (Migration.Framework.cls) via the
Atelier REST API. This action:
%SYS namespace./api/v1/migration/framework.This installation only happens with your explicit consent — the extension asks for confirmation before making any changes to the server.
The extension requests the following browser permissions:
/api/v1/migration/* and
/api/atelier/* — to communicate with the IRIS/Caché server APIs. These are scoped to
the specific API paths the extension needs.
The use of information received from browser APIs adheres to the Chrome Web Store User Data Policy, including the Limited Use requirements. Data obtained through this extension is used solely for the purpose of generating migration comparison reports and is not transferred to third parties, used for advertising, or used to determine creditworthiness.
If you have questions about this privacy policy, please open an issue on the GitHub repository.