UTM Builder & Analytics

Easily create and manage your UTM parameters.

什么是UTM Builder & Analytics?

UTM Builder & Analytics是由https://tend.io开发的Chrome扩展程序,该扩展的主要功能是“Easily create and manage your UTM parameters.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载UTM Builder & Analytics扩展crx文件

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

扩展使用说明

                        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                    

扩展基本信息

名称 UTM Builder & Analytics UTM Builder & Analytics
ID nbioegplonhikoglklhfnpiiamffcnah
官方URL https://chrome.google.com/webstore/detail/utm-builder-analytics/nbioegplonhikoglklhfnpiiamffcnah
简介 Easily create and manage your UTM parameters.
文件大小 90.31 KB
安装次数 34
当前版本 1.2
更新时间 2018-09-20
上架时间 2018-09-20
开发者 https://tend.io
付费类型 free
扩展官网 https://tend.io
帮助页面URL https://tend.io/docs/Tools/utm-builder
支持的语言 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"
}