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 là gì?

URL Regex Generator là một tiện ích mở rộng Chrome được phát triển bởi https://joshmay.xyz, và tính năng chính của nó là "Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng URL Regex Generator

Tải xuống các tệp mở rộng URL Regex Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên URL Regex Generator URL Regex Generator
ID mdkhfhhdmebjkdnlcigpfhgdehkoikip
URL Chính Thức https://chromewebstore.google.com/detail/url-regex-generator/mdkhfhhdmebjkdnlcigpfhgdehkoikip
Mô tả Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.
Kích Thước Tệp 8.32 KB
Số Lần Cài Đặt 442
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-03-10
Ngày Phát Hành 2022-02-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://joshmay.xyz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}