URL Regex Generator

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

Что такое URL Regex Generator?

URL Regex Generator - это расширение Chrome, разработанное https://joshmay.xyz, и его основная функция - "Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения URL Regex Generator

Скачайте файлы расширений URL Regex Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название URL Regex Generator URL Regex Generator
ID mdkhfhhdmebjkdnlcigpfhgdehkoikip
Официальный URL https://chromewebstore.google.com/detail/url-regex-generator/mdkhfhhdmebjkdnlcigpfhgdehkoikip
Описание Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.
Размер файла 8.32 KB
Количество установок 442
Текущая Версия 1.2
Последнее Обновление 2022-03-10
Дата публикации 2022-02-14
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://joshmay.xyz
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}