UTM Paramater Testing

This extension will add UTM parameters to the end of your current URL

什么是UTM Paramater Testing?

UTM Paramater Testing是由Darren Smith开发的Chrome扩展程序,该扩展的主要功能是“This extension will add UTM parameters to the end of your current URL”。

扩展截图

screenshot

下载UTM Paramater Testing扩展crx文件

下载UTM Paramater Testing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Quickly add UTM Parameters to your current URL.

With one click you can add UTM Content, UTM Source, UTM Term and UTM Medium to the current tab URL, perfect for testing if URL parameters are populating in your forms.

**New for Version 1.5**
Button will now remove any existing query string present in url.                    

扩展基本信息

名称 UTM Paramater Testing UTM Paramater Testing
ID mnfbgndnfookkffhhignchdhgodkddcj
官方URL https://chromewebstore.google.com/detail/utm-paramater-testing/mnfbgndnfookkffhhignchdhgodkddcj
简介 This extension will add UTM parameters to the end of your current URL
文件大小 183 KB
安装次数 73
当前版本 1.5
更新时间 2017-10-17
上架时间 2017-10-17
开发者 Darren Smith
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UTM Paramater Testing",
    "description": "This extension will add UTM parameters to the end of your current URL",
    "version": "1.5",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "url_edit.png",
        "default_popup": "popup.html"
    }
}