URL Regex Generator
Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.
O que é URL Regex Generator?
URL Regex Generator é uma extensão do Chrome desenvolvida por https://joshmay.xyz, e sua principal característica é "Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão URL Regex Generator
Baixe arquivos de extensão URL Regex Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | mdkhfhhdmebjkdnlcigpfhgdehkoikip |
URL Oficial | https://chromewebstore.google.com/detail/url-regex-generator/mdkhfhhdmebjkdnlcigpfhgdehkoikip |
Descrição | Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics. |
Tamanho do Arquivo | 8.32 KB |
Contagem de Instalações | 442 |
Versão Atual | 1.2 |
Última Atualização | 2022-03-10 |
Data de Publicação | 2022-02-14 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://joshmay.xyz |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |