UTM Builder & Analytics

Easily create and manage your UTM parameters.

UTM Builder & Analytics क्या है?

UTM Builder & Analytics https://tend.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily create and manage your UTM parameters."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UTM Builder & Analytics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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