49 lines
1.5 KiB
Markdown
49 lines
1.5 KiB
Markdown
# Tracking Proxy Helper
|
|
|
|
## Overview
|
|
|
|
The "Tracking Proxy Helper" Chrome Extension provides various functions to manage and monitor Tracking Proxy events. This extension allows setting HTTP headers, injecting JavaScript, and tracking events in real-time.
|
|
|
|
## Installation
|
|
|
|
1. **Download the project files** or clone the repository.
|
|
2. **Open Google Chrome** and navigate to `chrome://extensions/`.
|
|
3. **Enable Developer mode** (top right).
|
|
4. **Click on "Load unpacked"** and select the folder containing the downloaded files.
|
|
|
|
## Usage
|
|
|
|
### Popup
|
|
|
|
The popup window displays the current status of the Tracking Proxy and lists all captured events.
|
|
|
|
- **Account ID:** Displays the current Tracking Proxy ID.
|
|
- **Events:** Shows a list of events captured by the Tracking Proxy.
|
|
|
|
### Options
|
|
|
|
Configure the extension settings through the options page.
|
|
|
|
1. **HTTP Header for Dev Environment:**
|
|
- Set the HTTP header name and value.
|
|
- Add URLs to match for applying the header, with an option to use regex.
|
|
|
|
2. **JavaScript Injection and Blocking:**
|
|
- Specify a URL for JavaScript injection and blocking.
|
|
- Enter the JavaScript content to inject.
|
|
- Options to block Google Tag Manager and Tracking Proxy code based on specified criteria.
|
|
|
|
## Contributing
|
|
|
|
Feel free to contribute by submitting issues or pull requests. For significant changes, please open an issue first to discuss what you would like to change.
|
|
|
|
## License
|
|
|
|
This project is licensed under the MIT License.
|
|
|
|
## Changelog
|
|
|
|
- v1 05.07.2024*
|
|
- Initial Release
|
|
|