Privacy Policy
Last Updated: November 26, 2025
AppliTrack is designed with a simple philosophy: Your data is yours. We do not operate servers to store your application history. Everything happens on your device.
01. Data Collection
We collect data only when you explicitly interact with the extension (e.g., clicking an "Apply" button we detect). This includes:
02. Data Storage
Local Environment Only
We utilize the chrome.storage.local API. Your data never leaves your browser instance.
- No external databases
- No analytics trackers
- No third-party data sharing
03. Permissions Explained
activeTab Required to detect job details on the specific tab you are currently viewing.
scripting Allows the extension to "read" the job title and company name from the page DOM.
storage Necessary to save your application history to your browser's local hard drive.
If you have technical questions or want to audit the code yourself, please visit our GitHub Repository.