Created
February 19, 2026 22:42
-
-
Save nemanja-milovancevic/736a875a1d634e18b034c29d95ec268d to your computer and use it in GitHub Desktop.
Privacy Policy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Privacy Policy — ГеоПречица (Katastar Shortcut) | |
| **Last updated:** February 19, 2026 | |
| ## Overview | |
| ГеоПречица (Katastar Shortcut) is a browser extension that adds a convenience shortcut link on parcel information popups at [a3.geosrbija.rs](https://a3.geosrbija.rs/), linking directly to the corresponding page on [eKatastar](https://katastar.rgz.gov.rs/). The extension operates entirely within the user's browser and does not collect, store, or transmit any data. | |
| ## Data Collection | |
| This extension collects **no data** of any kind. Specifically: | |
| - **No personal data** is collected, stored, or processed. | |
| - **No browsing history** is recorded or tracked. | |
| - **No parcel numbers, cadastral IDs, or any user-entered information** is stored or transmitted. | |
| - **No analytics, telemetry, or usage statistics** are gathered. | |
| - **No cookies** are set or read by the extension. | |
| ## Data Storage | |
| This extension uses **no storage mechanisms** whatsoever — no `chrome.storage`, no `localStorage`, no cookies, no databases, and no files. | |
| ## Network Requests | |
| This extension makes **no network requests**. It does not communicate with any servers, APIs, or third-party services. All operations occur locally within the browser by reading and modifying the DOM of the currently viewed page. | |
| ## Third-Party Sharing | |
| Since no data is collected, **no data is shared** with any third parties. | |
| ## Data Flow | |
| The extension operates with the following strictly local data flow: | |
| 1. Reads parcel information from the page DOM on `a3.geosrbija.rs`. | |
| 2. Constructs a URL pointing to `katastar.rgz.gov.rs` using a hash fragment (which is never sent to any server). | |
| 3. Inserts a clickable link into the same page DOM. | |
| 4. On `katastar.rgz.gov.rs`, reads the hash fragment from the URL bar and fills a form field — then removes the hash fragment. | |
| At no point does any data leave the user's browser. | |
| ## Permissions | |
| The extension requests **no permissions** beyond the content script injection on two specific government domains: | |
| - `https://a3.geosrbija.rs/*` | |
| - `https://katastar.rgz.gov.rs/eKatastarPublic/FindParcela.aspx*` | |
| ## Government Domains | |
| This extension interacts with Serbian government websites solely to enhance usability. It does not modify, intercept, or interfere with any government services or data submissions. The user retains full control over all form submissions. | |
| ## Changes to This Policy | |
| Any changes to this privacy policy will be reflected in this document with an updated date. | |
| ## Contact | |
| If you have questions about this privacy policy, please open an issue on the project's GitHub repository. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment