UTM Builder & Analytics

Easily create and manage your UTM parameters.

ما هو UTM Builder & Analytics؟

UTM Builder & Analytics هو إضافة Chrome تم تطويرها بواسطة https://tend.io، والميزة الرئيسية لها هي "Easily create and manage your UTM parameters.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة UTM Builder & Analytics

قم بتنزيل ملفات الامتداد UTM Builder & Analytics بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
}