UTM.io - Google Analytics URL Builder

Quickly create UTMs to track your content across the web

UTM.io - Google Analytics URL Builderคืออะไร?

UTM.io - Google Analytics URL Builder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://utm.io และคุณลักษณะหลักของมันคือ "Quickly create UTMs to track your content across the web"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UTM.io - Google Analytics URL Builder

ดาวน์โหลดไฟล์ส่วนขยาย UTM.io - Google Analytics URL Builder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        **No sign up or sign in required to use UTM Extension**

This UTM.io extension is a better version of the Google Analytics URL Builder. You can use your newly tagged URLs to measure your campaigns in Google Analytics, Mixpanel, Kissmetrics, Amplitude and just about any other analytics tools.

UTM Builder Extension Features:
- Bulk create links and save time
- Custom branded domain link shortener
- No more messy spreadsheets
- Save templates for UTM campaigns
- Sync utm templates across your team
- URL auto-populated into form field
- Auto-fill fields for speed and consistency
- Cloud storage integration for logging
- Share directly to Facebook and Twitter
- Shorten UTMs with Bit.ly integration
- Save all links and user activity to your account

Save time by efficiently generating Google Analytics tracking links, aka UTM tracking codes with never leaving your Chrome browser. Get your Google Analytics URL builder for free.

Everyone should use UTM tracking codes with their links in Kissmetrics, Mixpanel and Google Analytics accounts. This is how you effectively track your online marketing campaigns in Google Analytics, KISSmetrics, Mixpanel, and Amplitude. Use our simple  Chrome extension and build Google Analytics tracking URLs in no time.

Creating UTMs to track your digital marketing campaigns is the best way to gauge their effectiveness.  However, creating UTMs can be tedious and time-consuming.  As digital marketers, we know this firsthand.  We've created a simple tool to build UTMs with never leaving your browser.

We've integrated time-saving features to reduce the amount of effort it takes to creating UTMs.  Our favorite feature is the ability to create UTM templates- solving the headache of repeated copy and pasting the same data.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UTM.io - Google Analytics URL Builder UTM.io - Google Analytics URL Builder
ID eoaapiimcaimddnfhfnifgkinmpcbccp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/utmio-google-analytics-ur/eoaapiimcaimddnfhfnifgkinmpcbccp
คำอธิบาย Quickly create UTMs to track your content across the web
ขนาดไฟล์ 2.12 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 2024.3.3741
อัปเดตครั้งล่าสุด 2024-03-03
วันที่เผยแพร่ 2020-04-10
คะแนน 4.54/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา https://utm.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://web.utm.io/
URL หน้าช่วยเหลือ http://help.utm.io/
URL หน้านโยบายความเป็นส่วนตัว https://web.utm.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UTM.io - Google Analytics URL Builder",
    "short_name": "UTM.io Extension",
    "description": "Quickly create UTMs to track your content across the web",
    "version": "2024.3.3741",
    "icons": {
        "128": "assets\/ext-icon-128.png"
    },
    "options_ui": {
        "page": "index.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Open UTM.io extension"
    },
    "background": {
        "service_worker": "eventPage.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/app.utm.io\/*",
                "https:\/\/app.utm.io\/*"
            ],
            "js": [
                "install_notifier.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "optional_permissions": [],
    "host_permissions": [
        "http:\/\/app.utm.io\/*",
        "https:\/\/app.utm.io\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "88"
}