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