UTM Builder & Analytics
Easily create and manage your UTM parameters.
UTM Builder & Analytics là gì?
UTM Builder & Analytics là một tiện ích mở rộng Chrome được phát triển bởi https://tend.io, và tính năng chính của nó là "Easily create and manage your UTM parameters.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UTM Builder & Analytics
Tải xuống các tệp mở rộng UTM Builder & Analytics 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
This super simple UTM builder makes it easy to create and manage your UTM parameters. Use them to track the performance of your digital ads, and see where your traffic is coming from in tools like Tend.io and Google Analytics. Features Include: - Quickly generate UTMs on any website through our automated pop-up window - Easily save the UTMs you use for future reference - Sync your UTMs across devices - Automatically shorten URLs with Bitly When combined with a Tend.io subscription, you will also be able to: - Quickly reference and use your past UTM parameters - Track the number visits for each UTM parameter - See the number of identified contacts are associated with each UTM parameter
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nbioegplonhikoglklhfnpiiamffcnah |
URL Chính Thức | https://chrome.google.com/webstore/detail/utm-builder-analytics/nbioegplonhikoglklhfnpiiamffcnah |
Mô tả | Easily create and manage your UTM parameters. |
Kích Thước Tệp | 90.31 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-09-20 |
Ngày Phát Hành | 2018-09-20 |
Nhà Phát Triển | https://tend.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://tend.io |
URL Trang Trợ Giúp | https://tend.io/docs/Tools/utm-builder |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UTM Builder & Analytics", "version": "1.2", "manifest_version": 2, "description": "Easily create and manage your UTM parameters.", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "permissions": [ "declarativeContent", "storage", "activeTab" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon_19.png", "32": "images\/icon_38.png", "128": "images\/icon_128.png" } }, "homepage_url": "https:\/\/tend.io\/docs\/Tools\/utm-builder" } |