Zásady ochrany osobních údajů pro doplněk Smart Apply
Smart Apply od Assad Ali
Parsed resumes are stored locally in the browser extension (limited recent history) for your convenience. You can wipe local data at any time in Options and login to dataguru.cc and remove all the past uploads
Purpose: Persist user settings and small local data.
Details: Stores the user’s API key, configuration (API base URL, feature toggles) via chrome.storage.local, and a small recent history of parsed resume JSON in IndexedDB for quick reuse. No browsing history or page content is stored. Users can wipe all local data from Options at any time.
Purpose: Run analysis only on user action.
Details: Used to analyze and fill the currently active tab when the user clicks “Analyze & Fill” in the popup. No persistent access or background page monitoring; the permission only applies to the active tab the user explicitly interacts with.
Purpose: Programmatic, on‑demand content script injection.
Details: Injects packaged, static analyzer/filler code into the current page after the user clicks the button. No always‑on content scripts and no host-wide injection. Only runs the code that ships with the extension bundle.
Purpose: Only used on explicit user sign‑out from Options to remove dataguru.cc cookies via chrome.cookies (getAll/remove). This prevents stale sessions and protects privacy on shared devices.
Scope: dataguru.cc domains only. No tracking, profiling, or silent background access. Not read or modified during normal operation.
Control: Invoked solely by user action (“Sign out”). All parsing and form‑fill features work without cookies; this permission exists to provide a clean logout experience.
Domains: https://dataguru.cc/ and https://www.dataguru.cc/
Purpose: Perform authenticated API requests (upload resume, poll status, download JSON) and, on user sign‑out, clear cookies for these domains only.
Minimal scope: No <all_urls>, no access to unrelated sites, and no broad page injection. Page analysis uses activeTab + scripting on the user’s current tab only.
Privacy: Data flows only to the user’s account on dataguru.cc; no third‑party hosts.