URL Regex Generator
Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.
What is URL Regex Generator?
URL Regex Generator is a Chrome extension developed by https://joshmay.xyz, and its main feature is "Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.".
Extension Screenshots
Download URL Regex Generator Extension CRX File
Download URL Regex Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Create custom reports for specific pages in GA with ease. Simply add the URLs into the regex generator and paste the result into Google Analytics custom reports. Using this method I was able to monitor specific pages and grow a website from 0 to 30,000 organic searches in one year. Effective reporting is powerful.
Extension Basic Information
Name | |
ID | mdkhfhhdmebjkdnlcigpfhgdehkoikip |
Official URL | https://chromewebstore.google.com/detail/url-regex-generator/mdkhfhhdmebjkdnlcigpfhgdehkoikip |
Description | Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics. |
File Size | 8.32 KB |
Installation Count | 442 |
Current Version | 1.2 |
Last Updated | 2022-03-10 |
Publish Date | 2022-02-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://joshmay.xyz |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "URL Regex Generator", "description": "Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.", "version": "1.2", "author": "Josh May", "action": { "default_icon": "index.png", "default_popup": "index.html" }, "icons": { "16": "index.png", "48": "index.png", "128": "index.png" }, "permissions": [ "activeTab" ] } |