UTM Paramater Testing

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

UTM Paramater Testing là gì?

UTM Paramater Testing là một tiện ích mở rộng Chrome được phát triển bởi Darren Smith, và tính năng chính của nó là "This extension will add UTM parameters to the end of your current URL".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng UTM Paramater Testing

Tải xuống các tệp mở rộng UTM Paramater Testing 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

                        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.                    

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

Tên UTM Paramater Testing UTM Paramater Testing
ID mnfbgndnfookkffhhignchdhgodkddcj
URL Chính Thức https://chromewebstore.google.com/detail/utm-paramater-testing/mnfbgndnfookkffhhignchdhgodkddcj
Mô tả This extension will add UTM parameters to the end of your current URL
Kích Thước Tệp 183 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2017-10-17
Ngày Phát Hành 2017-10-17
Nhà Phát Triển Darren Smith
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}