UTM Builder & Analytics

Easily create and manage your UTM parameters.

Was ist UTM Builder & Analytics?

UTM Builder & Analytics ist eine Chrome-Erweiterung, die von https://tend.io entwickelt wurde, und ihr Hauptmerkmal ist "Easily create and manage your UTM parameters.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

UTM Builder & Analytics-Erweiterungs-CRX-Datei herunterladen

Laden Sie UTM Builder & Analytics-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name UTM Builder & Analytics UTM Builder & Analytics
ID nbioegplonhikoglklhfnpiiamffcnah
Offizielle URL https://chrome.google.com/webstore/detail/utm-builder-analytics/nbioegplonhikoglklhfnpiiamffcnah
Beschreibung Easily create and manage your UTM parameters.
Dateigröße 90.31 KB
Installationsanzahl 34
Aktuelle Version 1.2
Letztes Update 2018-09-20
Veröffentlichungsdatum 2018-09-20
Entwickler https://tend.io
Zahlungsart free
Erweiterungswebsite https://tend.io
Hilfeseite URL https://tend.io/docs/Tools/utm-builder
Unterstützte Sprachen 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"
}