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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ URL Regex Generator URL Regex Generator
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"
    ]
}