URL Regex Generator

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

Co je URL Regex Generator?

URL Regex Generator je rozšíření Chrome vyvinuté https://joshmay.xyz, a jeho hlavní funkcí je „Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření URL Regex Generator

Stáhněte si soubory rozšíření URL Regex Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název URL Regex Generator URL Regex Generator
ID mdkhfhhdmebjkdnlcigpfhgdehkoikip
Oficiální URL https://chromewebstore.google.com/detail/url-regex-generator/mdkhfhhdmebjkdnlcigpfhgdehkoikip
Popis Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.
Velikost souboru 8.32 KB
Počet instalací 442
Aktuální Verze 1.2
Poslední Aktualizace 2022-03-10
Datum Vydání 2022-02-14
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://joshmay.xyz
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}