This Privacy Policy is the privacy disclosure for the Leadeye Pro Chrome Extension (the "Extension"). It is published by Leadeye Pro LLC ("Leadeye Pro", "we", "us", or "our"). It explains, in compliance with the Chrome Web Store Developer Program Policies and the Chrome Web Store User Data Privacy program policy, every category of user data the Extension collects, how that data is handled and used, where it is stored, with whom it is shared, and how the Extension complies with the Chrome Web Store Limited Use requirement.
If you have any question, concern, or request regarding this Privacy Policy, contact us at support@leadeyepro.com.
The Extension collects exactly the three user-data categories declared on its Chrome Web Store listing. Every other Chrome Web Store category is explicitly not collected.
| Chrome Web Store data category | What the Extension collects | Where it is stored | Why we need it |
|---|---|---|---|
| Authentication information (collected) | Employee Username (a short login handle chosen by you, used by your dealership management to attribute leaderboard and metrics activity to the correct staff member); the password you choose for your Leadeye Pro account, stored only as a one-way bcrypt hash; the alphanumeric license key issued to your dealership; a deterministic local device identifier hash used to enforce subscription seat counts. | Local chrome.storage.local; Leadeye Pro cloud database. |
Verify your identity at sign-in; verify your dealership's subscription is active; enforce subscription seat counts; attribute dealership metrics to the correct staff member. |
| Web history (collected, narrow scope) | The URL of the currently active tab, read transiently in memory to decide whether to inject the Extension's overlay. The Extension also keeps a list of dealer-inventory and Marketplace listing URLs it has scanned so it can deduplicate work. The Extension does not call the chrome.history API and does not read any URL outside the two host patterns declared in the manifest. |
Local chrome.storage.local; Leadeye Pro cloud database when you opt into cloud sync. |
Decide whether to activate the overlay on the current page; reconcile listings the user has already processed without duplicate work. |
| Website content (collected) | From your dealer inventory site: vehicle title, stock number, price, year, make, model, mileage, and the URL of the vehicle's main photo. From facebook.com/marketplace/*: title, price, listing URL, and post date of the listings you yourself have posted. Also: operational diagnostic events that describe what the Extension itself did on these permitted sites (operation name, timestamp, Extension version, structured payload containing stock numbers, listing IDs, listing prices, counts of items processed) and sanitized DOM-structure snapshots of the Marketplace seller UI when the parser cannot find an expected element. |
Local chrome.storage.local; Leadeye Pro cloud database. |
Auto-fill Marketplace listing forms with the correct vehicle data; reconcile your Marketplace listings against your dealer inventory (detect price mismatches, surface sold listings, match dealer stock number to Marketplace listing); reproduce bugs and fix the parser when Facebook or your dealer site changes its DOM. |
| Personally identifiable information | Not collected. The Extension does not collect or process your real name, postal address, email address, phone number, age, date of birth, or government identification number. The Employee Username you choose at sign-up is a pseudonymous login handle, not a real-world identifier. | ||
| Health information | Not collected. | ||
| Financial and payment information | Not collected. The Extension does not process payments. Subscription billing is handled outside the Extension by Leadeye Pro's billing system, not through the Extension's user interface. | ||
| Personal communications | Not collected. The Extension does not read or transmit emails, SMS, chat messages, direct messages, or any other personal communications. | ||
| Location | Not collected. No GPS, no precise location, no regional location, no IP-based geolocation. Our HTTPS edge transiently logs the public IP your browser connects from (see Section 7.3) for spam-and-abuse defence only; that IP is never resolved to a location, never joined to your account record, and is rotated out within 30 days. | ||
| User activity | Not collected. The Extension does not perform network monitoring, click tracking, mouse-position tracking, scroll tracking, or keystroke logging. The operational diagnostic events described under "Website content" above describe what the Extension itself did on permitted sites; they do not capture user input. | ||
The Extension has one, and only one, user-facing purpose, declared on its Chrome Web Store listing: Leadeye Pro keeps a vehicle dealership's inventory in sync with the staff member's own Facebook Marketplace listings — auto-posting new inventory, reconciling price changes, and marking sold units. Every feature in the Extension's user interface serves that purpose, and every category of user data described in this policy is collected only to provide or improve that purpose. The Extension does not pursue any unrelated purpose.
The Extension's use of user data received through the Extension complies with the Chrome Web Store User Data Privacy program policy's Limited Use requirement. The following four statements describe our Limited Use commitments:
Leadeye Pro only uses or transfers user data to provide or improve user-facing features that are prominent in the Leadeye Pro Chrome Extension's user interface.
Leadeye Pro does not sell or transfer user data to third parties for purposes that are unrelated to the Leadeye Pro Chrome Extension's single purpose.
Leadeye Pro does not use or transfer user data to determine creditworthiness or for any lending purposes.
Leadeye Pro does not allow humans to read user data, except: (a) with the user's affirmative consent; (b) for security purposes, such as investigating abuse; (c) to comply with applicable law; or (d) when the data is aggregated and anonymized for internal operations consistent with applicable privacy law.
In addition, Leadeye Pro does not use, copy, or transfer user data to train, fine-tune, or otherwise build generalized artificial-intelligence or machine-learning models of any kind. The Extension's optional "Generate listing description" feature sends only the active vehicle's specifications (year, make, model, mileage, declared features) on demand to a third-party LLM API through our backend; the prompt and the response are not retained for model training.
The Extension collects only the three categories of user data declared on its Chrome Web Store Data Usage form. Each category is described below using the same name used by the Chrome Web Store Privacy Practices form so that this disclosure can be matched 1-for-1 against the form.
The Extension collects the following authentication information:
DEV<hash> and is used only to enforce subscription seat counts on your license and to correlate code-integrity reports from the same workstation. It is not combined with cookies, advertising IDs, IP addresses, or any cross-site identifier. It is not used for advertising, profiling, or to track you across third-party websites.The Extension reads the URL of the currently active browser tab to decide whether to inject its overlay. The overlay is injected only on the host patterns declared in the Extension's manifest.json:
https://www.lamesarv.com/* (La Mesa RV Center) and https://www.westpalmbeachhyundai.com/* (West Palm Beach Hyundai, added in v8.9.1682). Additional dealer domains are added in two ways: (a) baked into a new versioned manifest.json release and disclosed here at the time of release, or (b) opted into by a signed-in user via a one-time chrome.permissions.request prompt that Chrome itself surfaces — no domain is read until that explicit user grant is recorded;https://www.facebook.com/marketplace/* — only the pages of the signed-in user's own Marketplace listings.The active-tab URL is read transiently in memory. The Extension also keeps, in chrome.storage.local, a list of the dealer-inventory and Marketplace listing URLs it has already scanned so it can deduplicate work and reconcile state.
The Extension does not call the chrome.history API. The Extension does not read any browsing history, URL, page title, or visit time outside the host patterns above. The Extension does not see, read, log, or transmit any URL on any other website you visit. The Extension's optional_host_permissions declaration is used solely as the surface area that Chrome's own opt-in prompt can offer when you click "Add this dealer" inside the Extension popup — until that click and Chrome's grant, no other site is read.
On the host patterns where the Extension is permitted to run (your dealer inventory site plus facebook.com/marketplace/*), the Extension reads the following website content from the page DOM:
facebook.com/marketplace/*: only the listings you yourself have posted — their title, price, listing URL, and post date. The Extension does not read other Facebook users' listings, posts, profile information, friend lists, messages, notifications, groups, or any Facebook surface outside the Marketplace pages used to manage your own listings.leadeyepro.com. Each event records its operation name (for example, repair:price_drift_detected, autopost:fb_url_captured), a coarse timestamp, the Extension version, and a small structured payload that can include stock numbers, Facebook listing IDs, listing titles, listing prices, and counts of items processed. The Extension may also transmit sanitized DOM-structure snapshots of the Marketplace seller UI region when the parser cannot find an element it expects, an auto-post failure trace describing which form fields the Extension attempted to fill before failure, and an error / code-integrity report containing an error name and brief stack frame if the Extension's own code is corrupted at runtime. These transmissions are linked to your Employee Username and license key so we can match a support report to the user account that filed it. They never contain free-form messages, photos, financial information, passwords, or anything you typed into a non-Leadeye-Pro web page. They are not user-input tracking: the Extension does not capture mouse position, keystrokes, clicks, or scroll position.The Extension does not collect any of the following categories. The corresponding boxes on our Chrome Web Store Data Usage form are unchecked.
Each of the three categories enumerated in Section 3 is handled and used only as follows. We do not process user data for any purpose unrelated to the Extension's single purpose.
The active-tab URL is used only to decide whether to inject the Extension's overlay on the two declared host patterns. The list of dealer-inventory and Marketplace listing URLs the Extension has scanned is held locally so the Extension can deduplicate and reconcile listings; when cloud sync is enabled, the same list is synchronized to the cloud for team continuity. This list is never sold, rented, transferred to advertisers, or used to build a browsing profile.
Website content is not used for advertising, profiling, creditworthiness, behavioural targeting, training of generalized AI or machine-learning models, or any unrelated purpose. It is not sold, rented, or transferred to any third party.
We do not sell, rent, lease, trade, or transfer any of the user-data categories listed in Section 3 to third parties for advertising, marketing, profiling, creditworthiness, lending, AI-model training, or any purpose unrelated to the Extension's single purpose. User data is shared only in the following narrow circumstances:
The Extension includes an optional "Generate listing description" feature that produces marketing-copy text for a Facebook Marketplace listing. When you click that button, and only when you click that button, the active vehicle's specifications (year, make, model, mileage, declared features) are sent to a third-party LLM API (currently Google Gemini and OpenAI) through our backend at leadeyepro.com. No authentication information, no web history, no other website content, and no unrelated content is sent. The prompt and the generated description are not retained by Leadeye Pro for model training; they are forwarded in real time and discarded as soon as the response returns. The LLM providers do not use these enterprise-API requests to train their public models.
The following data is stored locally in your browser using the chrome.storage.local API and never leaves your device unless you explicitly transmit it to our servers (see Section 7.2):
Local data is retained until you uninstall the Extension, clear the Extension's browser storage, or click "Clear cached data" in the Extension's Settings. Uninstalling the Extension automatically deletes all chrome.storage.local data with no manual cleanup required.
If — and only if — you have an active Leadeye Pro account and are signed in, the following subset of data is transmitted over HTTPS using TLS 1.2 or higher to our backend at leadeyepro.com:
/api/auth/*, /api/ext/license-status, and /api/security/report./api/cloud-sync/*./api/cloud-sync/* and /api/shared/inventory./api/debug-master-log, /api/debug-stream/batch, /api/debug-logs/auto-post-failure, /api/dom-fingerprints, and /api/security/report.Cloud data is stored in a managed MongoDB Atlas database operated by Leadeye Pro LLC. Data is encrypted in transit using HTTPS / TLS 1.2 or higher and encrypted at rest by the underlying database provider.
Like every web service, our HTTPS edge logs request metadata for each API call: the public IP address your browser connected from, the HTTP method and path, response code, request timestamp, and user-agent string. These logs are used solely for transient spam, abuse, and intrusion defence; they are rotated out automatically within 30 days, are not joined to your account record, and are not used to build a location profile, behavioural profile, or any kind of advertising profile.
We implement appropriate organizational and technical security measures, including HTTPS / TLS 1.2 or higher for all data transmission, one-way bcrypt password hashing, scoped database access, role-based admin controls, and standard cloud-provider security baselines. No security control is perfect, but we minimise the data we retain and the time we retain it.
The Extension is intended for business use by automotive dealership staff and is not directed at, or knowingly used by, children under 13 (or 16 in jurisdictions where that is the applicable age). We do not knowingly collect data from children.
Leadeye Pro is operated from the United States. If you access the Extension from outside the United States, you understand and agree that your data may be transferred to, stored in, and processed in the United States. We rely on standard contractual clauses or equivalent mechanisms with our subprocessors where required by law.
We may update this Privacy Policy from time to time to reflect changes in our practices, technology, legal requirements, or other factors. Material changes will be reflected in an updated "Effective and last updated" date above and, where appropriate, surfaced inside the Extension's UI on next launch.
If you have any question, concern, or request regarding this Privacy Policy, please contact us:
Email: support@leadeyepro.com
Postal: Leadeye Pro LLC, c/o Privacy, United States.
© 2026 Leadeye Pro LLC. All rights reserved.