URL Regex Generator
Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.
Cos'è URL Regex Generator?
URL Regex Generator è un'estensione di Chrome sviluppata da https://joshmay.xyz, e la sua funzione principale è "Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione URL Regex Generator
Scarica i file di estensione URL Regex Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mdkhfhhdmebjkdnlcigpfhgdehkoikip |
URL Ufficiale | https://chromewebstore.google.com/detail/url-regex-generator/mdkhfhhdmebjkdnlcigpfhgdehkoikip |
Descrizione | Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics. |
Dimensione del File | 8.32 KB |
Conteggio Installazioni | 442 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-03-10 |
Data di Pubblicazione | 2022-02-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://joshmay.xyz |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |