URL Regex Generator
Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.
Vad är URL Regex Generator?
URL Regex Generator är en Chrome-tillägg utvecklad av https://joshmay.xyz, och dess huvudfunktion är "Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.".
Tilläggsskärmbilder
Ladda ner URL Regex Generator-förlängningens CRX-fil
Ladda ner URL Regex Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | mdkhfhhdmebjkdnlcigpfhgdehkoikip |
Officiell webbadress | https://chromewebstore.google.com/detail/url-regex-generator/mdkhfhhdmebjkdnlcigpfhgdehkoikip |
Beskrivning | Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics. |
Filstorlek | 8.32 KB |
Antal Installationer | 442 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2022-03-10 |
Publiceringsdatum | 2022-02-14 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://joshmay.xyz |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |