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'est-ce que URL Regex Generator ?

URL Regex Generator est une extension Chrome développée par https://joshmay.xyz, et sa fonction principale est "Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension URL Regex Generator

Téléchargez les fichiers d'extension URL Regex Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom URL Regex Generator URL Regex Generator
ID mdkhfhhdmebjkdnlcigpfhgdehkoikip
URL Officiel 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.
Taille du Fichier 8.32 KB
Nombre d'Installations 442
Version Actuelle 1.2
Dernière Mise à Jour 2022-03-10
Date de Publication 2022-02-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://joshmay.xyz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}