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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } |