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 to jest URL Regex Generator?

URL Regex Generator to rozszerzenie Chrome opracowane przez https://joshmay.xyz, a jego główną funkcją jest „Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia URL Regex Generator

Pobierz pliki rozszerzeń URL Regex Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa URL Regex Generator URL Regex Generator
ID mdkhfhhdmebjkdnlcigpfhgdehkoikip
Oficjalny URL https://chromewebstore.google.com/detail/url-regex-generator/mdkhfhhdmebjkdnlcigpfhgdehkoikip
Opis Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.
Rozmiar pliku 8.32 KB
Liczba instalacji 442
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2022-03-10
Data Publikacji 2022-02-14
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://joshmay.xyz
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}