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"
}