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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" ] } |