URL Regex Generator

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

Was ist URL Regex Generator?

URL Regex Generator ist eine Chrome-Erweiterung, die von https://joshmay.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

URL Regex Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie URL Regex Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name URL Regex Generator URL Regex Generator
ID mdkhfhhdmebjkdnlcigpfhgdehkoikip
Offizielle URL https://chromewebstore.google.com/detail/url-regex-generator/mdkhfhhdmebjkdnlcigpfhgdehkoikip
Beschreibung Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.
Dateigröße 8.32 KB
Installationsanzahl 442
Aktuelle Version 1.2
Letztes Update 2022-03-10
Veröffentlichungsdatum 2022-02-14
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://joshmay.xyz
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}