SalesScraper Pro collects the minimum data needed to operate the license and session system:
| Data | What it is | Where it goes | Why |
|---|---|---|---|
| Google account email (if you sign in with Google) | Your email address retrieved from Google's OAuth userinfo endpoint after you explicitly grant permission. | Sent to our Firebase Realtime Database (Google Cloud, EU West region) to check whether a valid license exists for your account and to manage your active session. | License verification and one-active-session enforcement. |
| License key (if you use key-based activation) | A key provided to you at purchase (e.g. SSPRO-XXXX-XXXX-XXXX). |
Sent to Firebase Realtime Database to verify the key is active and to manage your active session. | License verification and one-active-session enforcement. |
| Device ID | A randomly generated UUID created the first time you open the extension. Not linked to your name, IP address, or any personally identifiable information. | Stored locally in chrome.storage.local and written to Firebase solely to identify which device holds the current active session. |
Enforces the one-active-session limit — prevents the same license from being used on multiple devices simultaneously. |
| Active session data | Your device ID and a heartbeat timestamp, updated every 60 seconds while the auto-paginator is running. | Stored in Firebase under your license record. Automatically deleted when you stop scraping or when the session expires (2 minutes of inactivity). | Session lock management. |
| Payment details | Name, email, and payment instrument used at checkout. | Processed and stored by Razorpay (our payment processor). We receive only a confirmation containing your email after a successful purchase. | Fulfil your purchase and activate your license in Firebase. |
| Lead data you extract | Names, job titles, and company names scraped from LinkedIn, Apollo.io, or other sites. | Stays entirely in your browser (chrome.storage.local). We never receive, transmit, or have any access to this data. |
Held locally until you click "Download CSV", then deleted from storage on "Clear Data". |
When you choose to sign in with Google, SalesScraper Pro uses Google's OAuth 2.0 flow to request only your email address. We do not request access to your Gmail, Google Drive, contacts, calendar, or any other Google service.
Your email address is used exclusively to:
We do not share your Google account email with any third party other than Firebase (operated by Google LLC). You can revoke SalesScraper Pro's access to your Google account at any time via myaccount.google.com/permissions.
Chrome extensions must declare the permissions they use. Here is what SalesScraper Pro requests and the exact reason for each:
<all_urls>) — SalesScraper Pro is designed to work on any website that lists people (LinkedIn, Apollo.io, university directories, company team pages, and more). Because users can navigate to any of these sites, the extension must be allowed to run its content script on all URLs. No data from pages you visit is sent to us; the permission is required purely to enable local extraction on whatever site you choose to use the tool on.When you open the extension popup or start scraping, a request is sent to our Firebase Realtime Database to verify your license and manage your active session:
https://salesscraperpro-default-rtdb.europe-west1.firebasedatabase.app/licenses/{yourKey}.json
Firebase returns your license status and active session data. No browsing history, lead data, or page content is included in these requests. Firebase is operated by Google LLC and is subject to Google's privacy terms.
Payments are processed by Razorpay Software Private Limited. When you complete a purchase, you share your payment details directly with Razorpay — we never see your card number or bank credentials. Razorpay's privacy policy is available at razorpay.com/privacy.
The website sspro.vijit.in uses Google Analytics 4 to understand aggregate visitor behaviour (page views, session duration). This analytics data is not connected to your extension usage and does not include any lead data. You can opt out using the Google Analytics Opt-out Browser Add-on.
chrome.storage.local on your device only. Cleared when you click "Clear Data" or uninstall the extension.SalesScraper Pro is a professional productivity tool intended for users aged 18 and over. We do not knowingly collect data from children under 13.
We may update this policy when we change how data is handled. The "Effective date" at the top will reflect the most recent revision. Continued use of the extension after a change constitutes acceptance of the updated policy.
For privacy questions, data deletion requests, or refund requests, contact us at support@vijit.in. We aim to respond within 2 business days.