Google Analytics UTM Builder

Add UTMs to URL with this hyper version of Google Analytics UTM Builder. Add and manage UTM presets, create workspaces and share

Google Analytics UTM Builder là gì?

Google Analytics UTM Builder là một tiện ích mở rộng Chrome được phát triển bởi https://trafikant.pro, và tính năng chính của nó là "Add UTMs to URL with this hyper version of Google Analytics UTM Builder. Add and manage UTM presets, create workspaces and share".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Analytics UTM Builder

Tải xuống các tệp mở rộng Google Analytics UTM Builder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With this tool you can add UTM parameters to fully track your campaigns performance in Google Analytics:
List of features:
- Unlimited presets of tags for fast tagging
- Grouping presets by subject, theme, client etc.
- Dynamic sync to cloud
- Create a presets hub to share with colleagues
- Google Analytics4 new UTMs
- Force Lowercase (on/off toggle)
- Bit.ly shortening support
- Auto generate the final URL
- Copy to clipboard button
- Remember your last UTM's set (for 60 minutes)
- "Copy UTM's only" button
- Import/Export presets for backup or sharing
- Keep the tagging screen open all the time (docked version)

100% Privacy guaranteed! This extension does not collect your tagging data or browsing activity. Permissions are needed for features sake.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Analytics UTM Builder Google Analytics UTM Builder
ID gaidpiakchgkapdgbnoglpnbccdepnpk
URL Chính Thức https://chromewebstore.google.com/detail/google-analytics-utm-buil/gaidpiakchgkapdgbnoglpnbccdepnpk
Mô tả Add UTMs to URL with this hyper version of Google Analytics UTM Builder. Add and manage UTM presets, create workspaces and share
Kích Thước Tệp 2.94 MB
Số Lần Cài Đặt 55,115
Phiên Bản Hiện Tại 10.2.1
Cập Nhật Lần Cuối 2023-06-11
Ngày Phát Hành 2020-06-05
Đánh Giá 4.57/5 Tổng số 101 Đánh Giá
Nhà Phát Triển https://trafikant.pro
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://trafikant.pro/extension/google-analytics-utm-builder/
URL Trang Trợ Giúp https://trafikant.pro/google-analytics-utm-builder-support/
URL Trang Chính Sách Bảo Mật https://trafikant.pro/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "manifest_version": 3,
    "name": "Google Analytics UTM Builder",
    "description": "Add UTMs to URL with this hyper version of Google Analytics UTM Builder. Add and manage UTM presets, create workspaces and share",
    "version": "10.2.1",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/utm-builder.trafikant.pro\/ https:\/\/utm-builder-dev-2.jsnake.tech\/ ws:\/\/utm-builder-dev-2.jsnake.tech\/ ws:\/\/127.0.0.1:8080 wss:\/\/utm-builder.trafikant.pro\/ https:\/\/www.google-analytics.com\/ https:\/\/stats.g.doubleclick.net\/ https:\/\/accounts.google.com\/ https:\/\/api-ssl.bitly.com https:\/\/bitly.com\/ https:\/\/www.googleapis.com\/ https:\/\/o552627.ingest.sentry.io\/ http:\/\/127.0.0.1:* "
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon16.png"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCu\/XDwxmn1oCAcwF7ydQiRaX+QtWJptLiElUMBCWKun0EHqRtTcLWCSu6lwimhimr6ptTJFZNLk5NiakKyry7Pjspi\/UWoM6eZAmuNmckP6QoDtN5y68mOapj6ktKNx\/SBI2+6pcfsGr7T2wsUUH+B6nUs8RkTZMCPmj3cEdmIYwIDAQAB",
    "oauth2": {
        "client_id": "754947331523-b94mj1tolpas6s0b5le19d9soomcec6f.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/urlshortener"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/utm-builder.trafikant.pro\/*",
        "*:\/\/bitly.com\/*",
        "*:\/\/api-ssl.bitly.com\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/background.bundle.js"
    }
}