These Terms of Use govern the use of the Ecoindex Browser Extension (hereinafter “the Extension”).
The Extension provides the Ecoindex score of a web page by querying a dedicated backend service (Ecoindex BFF which is a Ecoindex official API middleware).
When the Extension is active on a web page:
-
The current page URL is sent to the Ecoindex BFF backend service.
-
The service checks whether an Ecoindex score already exists:
- in the database, or
- in cache.
-
If a score exists, it is returned immediately.
-
If no score is available:
- it may be computed,
- and then securely stored.
Results are stored in an encrypted manner using the following scheme:
- Key:
ecoindex_sha1(url) - Value: associated Ecoindex data result
No plain-text URL is stored in this caching mechanism.
The extension manifest may include the following declarations and use them only as described here:
{
"permissions": ["activeTab", "storage"],
"host_permissions": ["https://bff.ecoindex.fr/*"]
}-
activeTab— Grants temporary access to the active tab when you open the extension popup. The extension uses this to read the URL of the page you are viewing so it can request the corresponding Ecoindex result from the backend. It does not give ongoing read access to all tabs in the background. -
storage— Used to keep local data on your device: extension preferences. This storage is not used to build a browsing history for third parties. -
host_permissions:https://bff.ecoindex.fr/*— Allows network requests only to the official Ecoindex BFF API. No broad host access such as<all_urls>is requested.
- The user’s IP address may be collected only within backend technical logs.
- These logs are strictly used for security, maintenance, and diagnostic purposes.
- The visited page URL is transmitted to retrieve or compute the Ecoindex score.
- This URL may be used to generate a cache key (SHA1 hash).
The Extension follows strict privacy principles:
-
No data correlation:
- IP addresses and visited URLs are not linked or stored together.
-
No tracking:
- No behavioral analysis is performed.
- No user tracking mechanisms are implemented.
-
No commercial use:
- Data is not used for marketing or advertising purposes.
-
No third-party sharing:
- Collected data is never shared with third-party services.
- Cached data is stored in an encrypted format.
- Irreversible hashing mechanisms are used to minimize URL exposure.
By installing and activating the Extension, users fully accept these Terms of Use, including the privacy policy described herein.
These Terms may be updated at any time. Users are encouraged to review them regularly.
For any questions regarding these Terms or data handling, please contact the project maintainers.