1. Data Collection and Usage
Local-Only Processing: The Extension analyzes network metadata locally on the user's machine to generate BPMN 2.0 diagrams.
No Personal Data: We do not collect, store, or transmit any personally identifiable information (PII), credentials, or sensitive business data.
No External Transmission: All data captured during a recording session remains strictly within the user's browser. No data is sent to external servers or third parties.
Ephemeral Storage: Captured request metadata is stored in chrome.storage.local to prevent data loss when the popup is closed. This data is discarded when the user clears the session or closes the ERP tab.
2. Permissions and Justification
To function correctly, the Extension requires the following permissions:
Scripting: Used to inject a network interceptor into the page's MAIN world to observe fetch/XHR traffic. It only logs metadata (URL paths, methods) and does not read page content or DOM elements.
ActiveTab: Used to scope the extension's action only to the tab the user is currently viewing.
Storage: Used solely to maintain the recording flag and captured metadata across popup instances.
Host Permissions (runtime, user-granted): The extension requests access only to the specific ERP domain the user enters. No host permissions are declared in the manifest."
3. Third-Party Disclaimer
Independent Utility: This extension is a third-party tool and is not affiliated with, endorsed by, or sponsored by any ERP vendor, including IFS AB.
No Tracking: We do not use third-party analytics, tracking cookies, or any remote telemetry services.