URL Regex Generator
Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.
Apa itu URL Regex Generator?
URL Regex Generator adalah ekstensi Chrome yang dikembangkan oleh https://joshmay.xyz, dan fitur utamanya adalah "Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi URL Regex Generator
Unduh file ekstensi URL Regex Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | mdkhfhhdmebjkdnlcigpfhgdehkoikip |
URL Resmi | https://chromewebstore.google.com/detail/url-regex-generator/mdkhfhhdmebjkdnlcigpfhgdehkoikip |
Deskripsi | Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics. |
Ukuran File | 8.32 KB |
Jumlah Instalasi | 442 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2022-03-10 |
Tanggal Publikasi | 2022-02-14 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://joshmay.xyz |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |