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是由https://joshmay.xyz開發的Chrome擴展程式,該擴展的主要功能是“Create custom reports in GA for specific pages with ease. Simply add URLs into the tool & paste them into Google Analytics.”。

擴展截圖

screenshot
screenshot
screenshot

下載URL Regex Generator擴展crx文件

下載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
官方網址 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"
    ]
}