What the ApplyCove Session Sync browser extension collects and how it's handled.
Last updated: May 2026
The extension never asks for or stores your Naukri or LinkedIn password. It only mirrors a session you already created.
Captured cookies and localStorage are AES-256 encrypted before they leave your device and stay encrypted in S3.
Disconnect a platform in the ApplyCove dashboard and the session is wiped from S3 immediately.
The ApplyCove Session Sync Chrome extension lets a signed-in ApplyCove user mirror their job-portal browser session (cookies and localStorage for Naukri or LinkedIn) to their ApplyCove account. The platform then uses that session to automate job applications on the user's behalf. The user's portal password is never collected.
naukri.com or linkedin.com via the
chrome.cookies API. This may include authentication cookies (for example
nauk_at on Naukri or li_at on LinkedIn).
chrome.scripting.executeScript.
refreshToken cookie set by api.applycove.com to authenticate uploads. It is
never copied or stored outside the cookie store.
On upload, the cookies and localStorage are encrypted with AES-256-GCM before being
written to ApplyCove's S3 bucket. The decryption key is held only on ApplyCove's job
worker, which uses the session to log in to the portal for automated applications. The
blob is keyed by your user ID and the platform name
(browser-sessions/<userId>/<platform>/session.json).
We retain a synced session until you remove it. From the Connected Accounts page in the ApplyCove dashboard, click Disconnect platform to wipe the encrypted session blob from S3 and clear the related session metadata on your account. Disconnect is immediate and permanent. There is no second "keep credentials, drop session" state because ApplyCove does not store portal credentials in the first place.
The extension itself stores nothing beyond what Chrome holds on your device. There is no
extension-side chrome.storage use for user data.
We do not sell, rent, or share the captured session data with third parties. The data is accessible only to ApplyCove's automation worker, scoped to your account.
You can delete a synced session at any time from the Connected Accounts page in the dashboard. To request full deletion of your ApplyCove account (which includes any synced sessions), email support@applycove.com.
Questions about this policy or the extension's data handling can be sent to support@applycove.com.
This page applies specifically to the ApplyCove Session Sync browser extension. For the ApplyCove platform's broader policy, see the main privacy policy.