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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |