URL Regex Generator

Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.

Wat is URL Regex Generator?

URL Regex Generator is een Chrome-extensie ontwikkeld door https://joshmay.xyz, en de belangrijkste functie is "Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie URL Regex Generator

Download URL Regex Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam URL Regex Generator URL Regex Generator
ID mdkhfhhdmebjkdnlcigpfhgdehkoikip
Officiële URL https://chromewebstore.google.com/detail/url-regex-generator/mdkhfhhdmebjkdnlcigpfhgdehkoikip
Beschrijving Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.
Bestandsgrootte 8.32 KB
Aantal Installaties 442
Huidige Versie 1.2
Laatst Bijgewerkt 2022-03-10
Publicatiedatum 2022-02-14
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://joshmay.xyz
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}