Express UTM-Builder

No more messy spreadsheets: Create UTM-Links & track your campaigns!

Express UTM-Builderคืออะไร?

Express UTM-Builder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.utm-builder.com และคุณลักษณะหลักของมันคือ "No more messy spreadsheets: Create UTM-Links & track your campaigns!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Express UTM-Builder

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

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

                        Quickly and precisely create UTM-tagged links to track your content. Our click-based interface removes typing errors from your UTM process. Perfect for teams of marketers and content creators.

-- Try our demo, with no need to sign up. --

Express UTM-Builder can create links compatible with Google Analytics, as well as Adobe Analytics, Matomo/Piwik, Amplitude, Mixpanel, Kissmetrics or any other analytics tool on the market. Express UTM-Builder ensures speed along with precision when creating trackable links. Make no mistakes when it comes to UTM Tracking. You can also say goodbye to your messy UTM spreadsheet.

Express UTM-Builder Features:
- Use a button interface to create links
- Tag the current URL or input a URL of your choice
- Ensure your UTM convention is followed by the whole team, every time
- 0 training time for new team members
- Define and share a convention across the whole team
- Define complex rules and taxonomy to match your business
- Collect more than the standard UTMs (utm_source, utm_medium, etc.) 
- Bit.ly integration
- Bulk create links
- Complete history of all created links
- Link shortening and custom vanity domains
- Replace hard-to-manage spreadsheets
- Restrict and control access (perfect for agencies!)
- Share parts of your convention externally (great for affiliate programs, customer support etc.)
- Integrate everything with your data stores, via our API
- Use ID based UTM tagging, so that urls are not publicly readable

Save time and improve data quality by generating tracking links/UTMs right inside your Chrome browser. Improve your teams performance by leaving the Google URL builder behind.                    

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

ชื่อ Express UTM-Builder Express UTM-Builder
ID flockfgmfgmpmimlfkkeepkblckodbjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/express-utm-builder/flockfgmfgmpmimlfkkeepkblckodbjg
คำอธิบาย No more messy spreadsheets: Create UTM-Links & track your campaigns!
ขนาดไฟล์ 14.2 MB
จำนวนการติดตั้ง 1,119
เวอร์ชันปัจจุบัน 0.8.11
อัปเดตครั้งล่าสุด 2023-06-13
วันที่เผยแพร่ 2020-05-22
คะแนน 4.76/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://www.utm-builder.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.utm-builder.com/
URL หน้าช่วยเหลือ https://www.utm-builder.com/support
URL หน้านโยบายความเป็นส่วนตัว https://www.utm-builder.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Express UTM-Builder",
    "description": "No more messy spreadsheets: Create UTM-Links & track your campaigns!",
    "version": "0.8.11",
    "short_name": "Express UTM-Builder.com",
    "author": "Michael O'Toole",
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_title": "Create UTM",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "scripting"
    ],
    "optional_host_permissions": [
        "https:\/\/app.utm-builder.com\/*"
    ],
    "background": {
        "service_worker": "init.js",
        "type": "module"
    },
    "icons": {
        "16": "icon.png",
        "128": "icon128.png"
    }
}