URL Regex Generator

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

¿Qué es URL Regex Generator?

URL Regex Generator es una extensión de Chrome desarrollada por https://joshmay.xyz, y su función principal es "Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión URL Regex Generator

Descarga archivos de extensión URL Regex Generator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre URL Regex Generator URL Regex Generator
ID mdkhfhhdmebjkdnlcigpfhgdehkoikip
URL Oficial https://chromewebstore.google.com/detail/url-regex-generator/mdkhfhhdmebjkdnlcigpfhgdehkoikip
Descripción Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.
Tamaño del Archivo 8.32 KB
Cantidad de Instalaciones 442
Versión Actual 1.2
Última Actualización 2022-03-10
Fecha de Publicación 2022-02-14
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://joshmay.xyz
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}