|
|
||
|---|---|---|
| img | ||
| .gitignore | ||
| content.js | ||
| inject-listener.js | ||
| inject-userscript.js | ||
| LICENSE | ||
| manifest.json | ||
| options.css | ||
| options.html | ||
| options.js | ||
| popup.css | ||
| popup.html | ||
| popup.js | ||
| README.md | ||
| worker.js | ||
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
- Download the project files or clone the repository.
- Open Google Chrome and navigate to
chrome://extensions/. - Enable Developer mode (top right).
- 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.
-
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.
-
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